Fix old migrations failing because of new version of `strong_migrations` (#11018)
parent
654fd071b7
commit
e428e320b6
|
@ -8,7 +8,7 @@ class CreateReportNotes < ActiveRecord::Migration[5.1]
|
||||||
t.timestamps
|
t.timestamps
|
||||||
end
|
end
|
||||||
|
|
||||||
add_foreign_key :report_notes, :reports, column: :report_id, on_delete: :cascade
|
safety_assured { add_foreign_key :report_notes, :reports, column: :report_id, on_delete: :cascade }
|
||||||
add_foreign_key :report_notes, :accounts, column: :account_id, on_delete: :cascade
|
safety_assured { add_foreign_key :report_notes, :accounts, column: :account_id, on_delete: :cascade }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue