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
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-05-28 19:40:42 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-05-28 19:40:42 +0300
commit8adf5395bd4a6b81ddc96935bbbf441cca1b4259 (patch)
tree7d72892bcc4faecbb780d4287aa504d60943c67d /changelogs
parent98b1d76c462788f1afa65721d9ada75d3d98be02 (diff)
parentfb77cd72821db2ffb8e3c89fa4bb2b0e95de6658 (diff)
Merge branch 'add-background-migration-to-fill-file-store' into 'master'
Add background migration to fill file stores from `NULL` to `1` Closes #45337 and #45476 See merge request gitlab-org/gitlab-ce!18557
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/add-background-migration-to-fill-file-store.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/add-background-migration-to-fill-file-store.yml b/changelogs/unreleased/add-background-migration-to-fill-file-store.yml
new file mode 100644
index 00000000000..ab6bde86fd4
--- /dev/null
+++ b/changelogs/unreleased/add-background-migration-to-fill-file-store.yml
@@ -0,0 +1,5 @@
+---
+title: Add backgound migration for filling nullfied file_store columns
+merge_request: 18557
+author:
+type: performance