1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Roberto Miranda 63c2efaa16 Add support for if_exists/if_not_exists on remove_foreign_key/add_foreign_key
Applications can set their migrations to ignore exceptions raised when adding a foreign key that already exists or when removing a foreign key that does not exist.

Add test cases

💇‍♀️
2021-06-27 18:55:17 +01:00
..
active_record/connection_adapters
activejob Revert "Run ActiveRecord -> ActiveJob integration tests in CI" 2021-06-15 11:19:04 -04:00
assets
cases Add support for if_exists/if_not_exists on remove_foreign_key/add_foreign_key 2021-06-27 18:55:17 +01:00
fixtures
migrations
models Merge pull request #42590 from eileencodes/fix-disable-joins-with-sti-type 2021-06-24 15:50:13 -04:00
schema Set precision 6 by default for datetime 2021-06-25 09:23:01 +01:00
support Move async_query confurations on the ActiveRecord module 2021-06-10 18:31:33 +02:00
config.example.yml
config.rb