Commit Graph

2 Commits

Author SHA1 Message Date
GitLab Bot 7dc3246696 Add latest changes from gitlab-org/gitlab@master 2020-07-07 00:08:58 +00:00
Sean McGivern d3d9077830 Add a helper to rename a column using a background migration
This works the same way as change_column_type_using_background_migration, but
for renaming a column. It takes a table, not a relation, to match its concurrent
counterpart.

Also, generalise the cleanup migrations to reduce code duplication.
2018-06-26 13:54:52 +01:00