Files
gitlab-foss/db/docs/duo_workflows_workloads.yml
2025-05-08 06:11:11 +00:00

17 lines
578 B
YAML

---
table_name: duo_workflows_workloads
classes:
- Ai::DuoWorkflows::WorkflowsWorkload
feature_categories:
- duo_workflow
description: This represents a join table between duo_workflows_workflows and ci_workloads.
It has a unique index on workload_id so it is really a has_many relationship but
we do not want the foreign key on the ci_workloads table so we use this
join table instead.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/187094
milestone: '18.0'
gitlab_schema: gitlab_main_cell
sharding_key:
project_id: projects
table_size: small