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/schema
Ryuta Kamizono 9abf606a79 Should not update children when the parent creation with no reason
This issue was introduced with d849f42 to solve #19782. However, we can
solve #19782 without causing the issue. It is enough to save only when
necessary.

Fixes #27338.
2016-12-29 16:24:57 +09:00
..
mysql2_specific_schema.rb
oracle_specific_schema.rb
postgresql_specific_schema.rb For PostgreSQL >= 9.4 use gen_random_uuid() 2016-11-22 22:11:18 +00:00
schema.rb Should not update children when the parent creation with no reason 2016-12-29 16:24:57 +09:00
sqlite_specific_schema.rb