瀏覽代碼

Fix old migrations failing because of new version of `strong_migrations` (#11018)

master^2
ThibG 4 年之前
committed by Eugen Rochko
父節點
當前提交
e428e320b6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      db/migrate/20180402040909_create_report_notes.rb

+ 2
- 2
db/migrate/20180402040909_create_report_notes.rb 查看文件

@@ -8,7 +8,7 @@ class CreateReportNotes < ActiveRecord::Migration[5.1]
t.timestamps
end

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, :reports, column: :report_id, on_delete: :cascade }
safety_assured { add_foreign_key :report_notes, :accounts, column: :account_id, on_delete: :cascade }
end
end

Loading…
取消
儲存