You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move PG-specific tests to PostgresqlRenameTableTest
This moves PostgreSQL-specific `rename_table` tests from
`activerecord/test/cases/migration/rename_table_test.rb` to
`activerecord/test/cases/adapters/postgresql/rename_table_test.rb`.
Note that `test_renaming_table_renames_primary_key` was added after
`test_renaming_table_doesnt_attempt_to_rename_non_existent_sequences`
and made the latter redundant, and that both are already covered by the
"renaming a table with uuid primary key and uuid_generate_v4() default
also renames the primary key index" test.
0 commit comments