mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
16 lines
448 B
YAML
16 lines
448 B
YAML
---
|
|
table_name: snippet_statistics
|
|
classes:
|
|
- SnippetStatistics
|
|
feature_categories:
|
|
- source_code_management
|
|
description: Stores the repository size, commit count, and file count regarding the
|
|
snippet repository.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35026
|
|
milestone: '13.2'
|
|
gitlab_schema: gitlab_main_cell
|
|
table_size: small
|
|
sharding_key:
|
|
snippet_project_id: projects
|
|
snippet_organization_id: organizations
|