mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
10 lines
244 B
YAML
10 lines
244 B
YAML
name: gitlab_shared
|
|
description:
|
|
Schema for all tables implementing shared features,
|
|
ex. loose foreign keys, re-indexing, etc.
|
|
allow_cross_joins:
|
|
- gitlab_internal
|
|
allow_cross_transactions:
|
|
- gitlab_internal
|
|
require_sharding_key: false
|