aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/rename_table_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename the primary key index when renaming a table in pgSean Griffin2014-11-221-0/+34
Also checked to make sure this does not affect foreign key constraints. (It doesn't). Fixes #12856 Closes #14088