This commit is contained in:
Mathieu Magnin 2018-05-02 15:25:39 +02:00
parent c43ae05ed4
commit 7130eb6f41
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class RemoveParentProcedureForeignKey < ActiveRecord::Migration[5.2]
def change
remove_foreign_key :procedures, column: "parent_procedure_id"
end
end