gitlab-ce/db/docs/required_code_owners_sectio...

32 lines
1000 B
YAML

---
table_name: required_code_owners_sections
classes:
- ProtectedBranch::RequiredCodeOwnersSection
feature_categories:
- source_code_management
description: Keeps required code owners sections
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43573
milestone: '13.5'
gitlab_schema: gitlab_main_cell
desired_sharding_key:
protected_branch_project_id:
references: projects
backfill_via:
parent:
foreign_key: protected_branch_id
table: protected_branches
sharding_key: project_id
belongs_to: protected_branch
protected_branch_namespace_id:
references: namespaces
backfill_via:
parent:
foreign_key: protected_branch_id
table: protected_branches
sharding_key: namespace_id
belongs_to: protected_branch
table_size: small
desired_sharding_key_migration_job_name:
- BackfillRequiredCodeOwnersSectionsProtectedBranchProjectId
- BackfillRequiredCodeOwnersSectionsProtectedBranchNamespaceId