mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-15 23:30:46 +00:00
15 lines
448 B
YAML
15 lines
448 B
YAML
---
|
|
table_name: value_stream_dashboard_aggregations
|
|
classes:
|
|
- Analytics::ValueStreamDashboard::Aggregation
|
|
feature_categories:
|
|
- value_stream_management
|
|
description: Stores the top-level namespaces which are opted-in to the value stream
|
|
dashboard feature.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/118908
|
|
milestone: '16.0'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
namespace_id: namespaces
|
|
table_size: small
|