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: 1119c10a9b8533bff418c70fde7a29c418f3e771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: gitlab_main_cell
description: Schema for all Cell-local tables, ex. namespaces, projects, etc.
allow_cross_joins:
  - gitlab_shared
  - gitlab_main
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