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:
authorJohn Cai <jcai@gitlab.com>2019-06-04 22:07:10 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-11 19:00:04 +0300
commit5c828f39d8074c9f91e9034ddac860834fbc7177 (patch)
treefcacc536e216463944a02d22c4a096bb4de595fc /changelogs
parent2e1c7573d5b5c0ffc521e8c622ac99a77b7c5007 (diff)
Fix null source_project_id in pool_repositories
Due to a bug, some pool_repositories in production have a null source_project_id column. This migration aims to fix those rows.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jc-migration-for-source-project-id.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jc-migration-for-source-project-id.yml b/changelogs/unreleased/jc-migration-for-source-project-id.yml
new file mode 100644
index 00000000000..3e2e8ebfcc5
--- /dev/null
+++ b/changelogs/unreleased/jc-migration-for-source-project-id.yml
@@ -0,0 +1,5 @@
+---
+title: Fix null source_project_id in pool_repositories
+merge_request: 29157
+author:
+type: other