diff --git a/db/migrate/002_add_project_id_to_deliverables.rb b/db/migrate/002_add_project_id_to_deliverables.rb index 250d8b4..d7d3096 100644 --- a/db/migrate/002_add_project_id_to_deliverables.rb +++ b/db/migrate/002_add_project_id_to_deliverables.rb @@ -4,6 +4,6 @@ class AddProjectIdToDeliverables < ActiveRecord::Migration end def self.down - remove_column :deliverables, :project_idx + remove_column :deliverables, :project_id end end