22 lines
627 B
YAML
22 lines
627 B
YAML
---
|
|
table_name: packages_debian_project_architectures
|
|
classes:
|
|
- Packages::Debian::ProjectArchitecture
|
|
feature_categories:
|
|
- package_registry
|
|
description: Debian registry group-level architectures
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/51265
|
|
milestone: '13.8'
|
|
gitlab_schema: gitlab_main_cell
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main_clusterwide
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: distribution_id
|
|
table: packages_debian_project_distributions
|
|
sharding_key: project_id
|
|
belongs_to: distribution
|