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
2020-11-13 20:06:42 +09:00
..
change_schema_test.rb Fix CI failures due to MySQL 8.0.19 no longer output integer display width unless ZEROFILL is also used 2020-01-15 21:40:10 +09:00
change_table_test.rb Add basic support for check constraints to database migrations 2020-06-02 22:11:27 -07:00
check_constraint_test.rb Raise database error when table doesn't exist 2020-11-01 12:31:39 +00:00
column_attributes_test.rb Raise ArgumentError for invalid :limit and :precision like as other options 2019-04-07 16:14:42 +09:00
column_positioning_test.rb add_reference should respect column position for both reference id and type columns 2017-09-01 21:49:28 +09:00
columns_test.rb Deprecate allowed_index_name_length in DatabaseLimits 2020-04-30 01:21:54 +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 Optimise length of default index name for polymorphic references 2020-10-30 00:33:39 +00:00
create_join_table_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
foreign_key_test.rb Raise database error when table doesn't exist 2020-11-01 12:31:39 +00:00
helper.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
index_test.rb Fix rename_index removing old index with symbols 2020-10-21 14:09:34 +08:00
logger_test.rb Move SchemaMigration to migration_context 2019-06-14 11:15:08 -04:00
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