summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorToon Claes <toon@iotcl.com>2017-08-16 14:46:26 +0200
committerToon Claes <toon@iotcl.com>2017-08-22 14:29:54 +0200
commit2074f39a47645b5ea453adfba84247f2fcc4f3c7 (patch)
tree3f2aab56177cf0704faa8d739ce61acc7055a99e /changelogs
parentce89c425fe51d2317322350bbd8a364c08d97d21 (diff)
downloadgitlab-ce-2074f39a47645b5ea453adfba84247f2fcc4f3c7.tar.gz
Migration to remove pending delete projects with non-existing namespace
There might be some projects where the namespace was removed, but the project wasn't. For these the projects still have a `namespace_id` set. So this adds a post-deploy migration remove all projects that are pending delete, and have a `namespace_id` that is non-existing.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/tc-remove-nonexisting-namespace-pending-delete-projects.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/tc-remove-nonexisting-namespace-pending-delete-projects.yml b/changelogs/unreleased/tc-remove-nonexisting-namespace-pending-delete-projects.yml
new file mode 100644
index 00000000000..218336df5d2
--- /dev/null
+++ b/changelogs/unreleased/tc-remove-nonexisting-namespace-pending-delete-projects.yml
@@ -0,0 +1,5 @@
+---
+title: Migration to remove pending delete projects with non-existing namespace
+merge_request: 13598
+author:
+type: other