mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
15 lines
439 B
YAML
15 lines
439 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
|
|
sharding_key:
|
|
protected_branch_project_id: projects
|
|
protected_branch_namespace_id: namespaces
|
|
table_size: small
|