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/cases/migration
Roberto Miranda 06b026f024 Fix migration compatibility for default precision value on datetime columns (Round 2)
add test cases on default precision from 4.2 to 6.1

Fix compatibility on rails 6.0

Fix compatibility from 5.2 to 4.2
2021-06-28 21:27:43 +01:00
..
change_schema_test.rb Set precision 6 by default for datetime 2021-06-25 09:23:01 +01:00
change_table_test.rb Remove all version checking for older Rubies in tests 2021-02-05 13:21:45 +09:00
check_constraint_test.rb Add support for check_constraints with the same name on different tables 2021-03-29 12:12:15 -07:00
column_attributes_test.rb
column_positioning_test.rb
columns_test.rb Fix typo mange -> manage [ci skip] 2021-05-01 16:18:02 +09:00
command_recorder_test.rb Add basic support for check constraints to database migrations 2020-06-02 22:11:27 -07:00
compatibility_test.rb Fix migration compatibility for default precision value on datetime columns (Round 2) 2021-06-28 21:27:43 +01:00
create_join_table_test.rb
foreign_key_test.rb Add support for if_exists/if_not_exists on remove_foreign_key/add_foreign_key 2021-06-27 18:55:17 +01:00
helper.rb
index_test.rb Fix rename_index removing old index with symbols 2020-10-21 14:09:34 +08:00
logger_test.rb
pending_migrations_test.rb Use FileUpdateChecker for Migration::CheckPending 2019-10-08 16:29:12 -07:00
references_foreign_key_test.rb Expand on specs of self join and add make doc changes to suggest users to also do foreign_key when doing self join 2020-06-05 01:09:50 +05:30
references_index_test.rb Optimise length of default index name for polymorphic references 2020-10-30 00:33:39 +00:00
references_statements_test.rb Add test that primary_key and reference columns should be identical type for add_reference 2020-11-13 20:06:42 +09:00
rename_table_test.rb Remove dead test code for unsupported adapters 2020-04-12 03:30:25 +09:00