Fix Sentry #2565
This commit is contained in:
parent
c43ae05ed4
commit
7130eb6f41
2 changed files with 6 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveParentProcedureForeignKey < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_foreign_key :procedures, column: "parent_procedure_id"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue