1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/migration
Ryuta Kamizono fd18b98dd9 Allow remove_foreign_key with both to_table and options
Foreign keys could be created to the same table.
So `remove_foreign_key :from_table, :to_table` is sometimes ambiguous.
This allows `remove_foreign_key` to remove the select one on the same
table with giving both `to_table` and `options`.
2019-03-06 23:45:08 +09:00
..
command_recorder.rb Allow remove_foreign_key with both to_table and options 2019-03-06 23:45:08 +09:00
compatibility.rb Avoid implicit delegation in the migration compatibility 2019-02-12 07:18:40 +09:00
join_table.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00