mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-19 01:23:09 +00:00
33 lines
925 B
YAML
33 lines
925 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
|
|
desired_sharding_key:
|
|
snippet_project_id:
|
|
references: projects
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: snippet_id
|
|
table: snippets
|
|
sharding_key: project_id
|
|
belongs_to: snippet
|
|
snippet_organization_id:
|
|
references: organizations
|
|
backfill_via:
|
|
parent:
|
|
foreign_key: snippet_id
|
|
table: snippets
|
|
sharding_key: organization_id
|
|
belongs_to: snippet
|
|
desired_sharding_key_migration_job_name:
|
|
- BackfillSnippetStatisticsSnippetProjectId
|
|
- BackfillSnippetStatisticsSnippetOrganizationId
|