mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
21 lines
488 B
YAML
21 lines
488 B
YAML
name: gitlab_main_cell
|
|
description: Schema for all Organization Main tables, ex. namespaces, projects, etc.
|
|
allow_cross_joins:
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_clusterwide
|
|
- gitlab_main_cell_local
|
|
allow_cross_transactions:
|
|
- gitlab_internal
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_clusterwide
|
|
- gitlab_main_cell_local
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main
|
|
require_sharding_key: true
|
|
sharding_root_tables:
|
|
- projects
|
|
- organizations
|
|
- namespaces
|