Remove foreign-key removal in downwards migration
This commit is contained in:
parent
5a17466999
commit
2a9404e285
|
@ -34,6 +34,6 @@ class AddTargetUserToReports < ActiveRecord::Migration[7.0]
|
||||||
end
|
end
|
||||||
|
|
||||||
def down
|
def down
|
||||||
remove_reference :reports, :target_user, null: true, foreign_key: { to_table: :users }
|
remove_reference :reports, :target_user, null: true, foreign_key: false
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue