1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
---
table_name: deployments
classes:
- Deployment
feature_categories:
- continuous_delivery
description: Stores metadata related to a deployment CI Build, including user, environment,
status, and SHA. See https://docs.gitlab.com/ee/ci/environments/ for more details.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/907c0e6796b69f9577c147dd489cf55748c749ac
milestone: '8.9'
gitlab_schema: gitlab_main_cell
allow_cross_foreign_keys:
- gitlab_main_clusterwide
sharding_key:
project_id: projects
schema_inconsistencies:
- type: missing_indexes
object_name: index_deployments_on_created_at
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157136
- type: missing_indexes
object_name: index_deployments_on_id_and_status_and_created_at
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157136
- type: missing_indexes
object_name: index_deployments_on_user_id_and_status_and_created_at
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157136
table_size: over_limit
|