Failed to uninstall: Can't DROP 'external_url' #643

This commit is contained in:
Karel Picman 2017-02-01 12:15:33 +01:00
parent b2e431bc20
commit 3cf0f774d5

View File

@ -24,6 +24,6 @@ class AddNameToAppovalWorkflowStep < ActiveRecord::Migration
end end
def down def down
remove_column :dmsf_links, :external_url remove_column :dmsf_workflow_steps, :name
end end
end end