mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
14 lines
387 B
YAML
14 lines
387 B
YAML
---
|
|
table_name: project_relation_exports
|
|
classes:
|
|
- Projects::ImportExport::RelationExport
|
|
feature_categories:
|
|
- importers
|
|
description: Used to track the generation of relation export files for projects
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90624
|
|
milestone: '15.2'
|
|
gitlab_schema: gitlab_main_cell
|
|
table_size: small
|
|
sharding_key:
|
|
project_id: projects
|