mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
17 lines
578 B
YAML
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
|