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

gitlab_main_cell.yaml « gitlab_schemas « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f85cfdf5d3b728f8c596f390ebf7e5d58ec0d72 (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_cell
description: Schema for all Cell-local tables, ex. namespaces, projects, etc.
allow_cross_joins:
  - gitlab_shared
  - gitlab_main
  # Temporarily allow cross-joins between clusterwide and cell schemas
  # This is to be removed once we annotate all cross-joins between those
  - gitlab_main_clusterwide
allow_cross_transactions:
  - gitlab_internal
  - gitlab_shared
  - gitlab_main
  # Temporarily allow cross-DB transactions between clusterwide and cell schemas
  # This is to be removed once we annotate all cross-DBs between those
  - gitlab_main_clusterwide
allow_cross_foreign_keys:
  - gitlab_main
  # Temporarily allow FKs between clusterwide and cell schemas
  # This is to be removed once we remove all FKs between those
  - gitlab_main_clusterwide