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/gitlab_schemas/gitlab_main_clusterwide.yaml')
-rw-r--r--db/gitlab_schemas/gitlab_main_clusterwide.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/db/gitlab_schemas/gitlab_main_clusterwide.yaml b/db/gitlab_schemas/gitlab_main_clusterwide.yaml
index 7d1de57b687..8f07f0caf4f 100644
--- a/db/gitlab_schemas/gitlab_main_clusterwide.yaml
+++ b/db/gitlab_schemas/gitlab_main_clusterwide.yaml
@@ -11,6 +11,10 @@ allow_cross_transactions:
# temporarily allow cross-transaction between clusterwide till all tables
# are moved to either _clusterwide or _cell
- gitlab_main
+ # Temporarily allow cross-transaction with cell
+ # until offenses for each table is resolved.
+ - gitlab_main_cell:
+ specific_tables: []
allow_cross_foreign_keys:
# temporarily allow FKs between clusterwide till all tables
# are moved to either _clusterwide or _cell