mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
16 lines
384 B
YAML
16 lines
384 B
YAML
name: gitlab_main_cell_setting
|
|
description: Schema for all cell setting tables, ex. application_settings, etc.
|
|
allow_cross_joins:
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_cell
|
|
allow_cross_transactions:
|
|
- gitlab_internal
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_cell
|
|
- gitlab_main_clusterwide
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main
|
|
require_sharding_key: false
|