mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-01 16:04:19 +00:00
27 lines
683 B
YAML
27 lines
683 B
YAML
name: gitlab_main_user
|
|
description: >-
|
|
Schema for all User-related tables, ex. users, etc.
|
|
Most user functionality is organizational level (e.g. commenting on an issue),
|
|
but some functionality (e.g. login) is cluster-wide.
|
|
allow_cross_joins:
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_cell
|
|
- gitlab_main_clusterwide
|
|
- gitlab_main_cell_local
|
|
allow_cross_transactions:
|
|
- gitlab_internal
|
|
- gitlab_shared
|
|
- gitlab_main
|
|
- gitlab_main_cell
|
|
- gitlab_main_cell_local
|
|
- gitlab_main_clusterwide
|
|
- gitlab_main_cell_setting
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main
|
|
- gitlab_main_cell
|
|
require_sharding_key: true
|
|
sharding_root_tables:
|
|
- organizations
|
|
- users
|