gitlab-org--gitlab-foss/changelogs/unreleased/tc-remove-nonexisting-namespace-pending-delete-projects.yml
Toon Claes 2074f39a47 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.
2017-08-22 14:29:54 +02:00

5 lines
124 B
YAML

---
title: Migration to remove pending delete projects with non-existing namespace
merge_request: 13598
author:
type: other