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:
authorToon Claes <toon@gitlab.com>2018-11-30 19:03:29 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-12-07 02:04:41 +0300
commit5237a55d62f8dcb021a041741b3f09cad7784a36 (patch)
tree8c543fb224f2fe19a89f8a6758dd86dd9da53321 /changelogs
parent0f338434b90b6e385c0c1947ff53c143dd7ed6be (diff)
Fill project_repositories for hashed storage
This adds a background migration that will ensure all projects that are on hashed storage have a row in `project_repositories`. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/48527
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/tc-backfill-hashed-project_repositories.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/tc-backfill-hashed-project_repositories.yml b/changelogs/unreleased/tc-backfill-hashed-project_repositories.yml
new file mode 100644
index 00000000000..90a5c8c4e2c
--- /dev/null
+++ b/changelogs/unreleased/tc-backfill-hashed-project_repositories.yml
@@ -0,0 +1,5 @@
+---
+title: Fill project_repositories for hashed storage projects
+merge_request: 23482
+author:
+type: added