23 lines
624 B
YAML
23 lines
624 B
YAML
---
|
|
table_name: ci_trigger_requests
|
|
classes:
|
|
- Ci::TriggerRequest
|
|
feature_categories:
|
|
- continuous_integration
|
|
description: TODO
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/046b28312704f3131e72dcd2dbdacc5264d4aa62
|
|
milestone: '8.0'
|
|
gitlab_schema: gitlab_ci
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: trigger_id
|
|
table: ci_triggers
|
|
sharding_key: project_id
|
|
belongs_to: trigger
|
|
foreign_key_name: fk_b8ec8b7245
|
|
desired_sharding_key_migration_job_name: BackfillCiTriggerRequestsProjectId
|
|
table_size: small
|