mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
17 lines
409 B
YAML
17 lines
409 B
YAML
name: gitlab_main_clusterwide
|
|
description: Schema for all Cluster-wide tables, ex. application_settings, etc.
|
|
allow_cross_joins:
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_cell
|
|
- gitlab_main_cell_local
|
|
allow_cross_transactions:
|
|
- gitlab_internal
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_cell
|
|
- gitlab_main_cell_local
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main
|
|
require_sharding_key: false
|