Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab_main_clusterwide.yaml « gitlab_schemas « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f07f0caf4fd10e7ecfe8cd44784029583225d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: gitlab_main_clusterwide
description: Schema for all Cluster-wide tables, ex. application_settings, etc.
allow_cross_joins:
  - gitlab_shared
  # temporarily allow cross-joins between clusterwide till all tables
  # are moved to either _clusterwide or _cell
  - gitlab_main
allow_cross_transactions:
  - gitlab_internal
  - gitlab_shared
  # 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
  - gitlab_main