Fixed a typo in the down migration. Reported by Roman Tataurov. #1839

This commit is contained in:
Eric Davis
2008-11-26 09:54:32 -08:00
parent 36d9ab3ed8
commit 83b9458443

View File

@@ -4,6 +4,6 @@ class AddProjectIdToDeliverables < ActiveRecord::Migration
end
def self.down
remove_column :deliverables, :project_idx
remove_column :deliverables, :project_id
end
end