summaryrefslogtreecommitdiff
path: root/db/migrate/20170320173259_migrate_assignees.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prevent update_column_in_batches on large tablesSean McGivern2017-11-171-0/+1
| | | | | | | | | | add_column_with_default is implemented in terms of update_column_in_batches, but update_column_in_batches can be used independently. Neither of these should be used on the specified large tables, because they will cause issues on large instances like GitLab.com. This also ignores the cop for all existing migrations, renaming AddColumnWithDefaultToLargeTable where appropriate.
* Disable Migration/UpdateColumnInBatches for old migrations32677-migrations-using-update_column_in_batches-must-have-a-specRémy Coutable2017-05-291-3/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve migration for Multipple issue assignee featureValery Sizov2017-05-161-8/+0
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+52