27 lines
749 B
YAML
27 lines
749 B
YAML
---
|
|
table_name: workspace_variables
|
|
classes:
|
|
- RemoteDevelopment::WorkspaceVariable
|
|
feature_categories:
|
|
- remote_development
|
|
description: Remote Development Workspace variables
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129688
|
|
milestone: '16.4'
|
|
gitlab_schema: gitlab_main_cell
|
|
allow_cross_joins:
|
|
- gitlab_main_clusterwide
|
|
allow_cross_transactions:
|
|
- gitlab_main_clusterwide
|
|
allow_cross_foreign_keys:
|
|
- gitlab_main_clusterwide
|
|
desired_sharding_key:
|
|
project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: workspace_id
|
|
table: workspaces
|
|
sharding_key: project_id
|
|
belongs_to: workspace
|
|
desired_sharding_key_migration_job_name: BackfillWorkspaceVariablesProjectId
|