mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
15 lines
436 B
YAML
15 lines
436 B
YAML
---
|
|
table_name: merge_request_approval_metrics
|
|
classes:
|
|
- MergeRequest::ApprovalMetrics
|
|
feature_categories:
|
|
- code_review_workflow
|
|
description: Stores approval metrics for merge requests, including the last approval
|
|
timestamp
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175989#note_2265557609
|
|
milestone: '17.9'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
target_project_id: projects
|
|
table_size: small
|