Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-29Disable Migration/UpdateColumnInBatches for old migrationsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-07-21Don't drop in DropAndReaddHasExternalWikiInProjectsYorick Peterse
Dropping a column and then re-adding it can lead to the application throwing errors as the column may temporarily not exist. To work around this we'll reset the various project rows in batches _without_ removing any columns.
2016-07-21Fix migration to make it fastRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>