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:
Diffstat (limited to 'db/post_migrate/20220322071127_finalize_project_namespaces_backfill.rb')
-rw-r--r--db/post_migrate/20220322071127_finalize_project_namespaces_backfill.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/post_migrate/20220322071127_finalize_project_namespaces_backfill.rb b/db/post_migrate/20220322071127_finalize_project_namespaces_backfill.rb
index 5a4d14dcfb7..21b8dc78f7d 100644
--- a/db/post_migrate/20220322071127_finalize_project_namespaces_backfill.rb
+++ b/db/post_migrate/20220322071127_finalize_project_namespaces_backfill.rb
@@ -4,6 +4,8 @@
# so that other migrations that depend on project namespace back-filling cannot be run unless project namespace
# back-filling has finalized successfully.
class FinalizeProjectNamespacesBackfill < Gitlab::Database::Migration[1.0]
+ disable_ddl_transaction!
+
MIGRATION = 'ProjectNamespaces::BackfillProjectNamespaces'
def up