gitlab-ce/db/docs/bulk_import_export_uploads.yml

29 lines
761 B
YAML

---
table_name: bulk_import_export_uploads
classes:
- BulkImports::ExportUpload
feature_categories:
- importers
description: Used to store information of the exported files containing the data of
groups or projects
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59976
milestone: '13.12'
gitlab_schema: gitlab_main_cell
desired_sharding_key:
project_id:
references: projects
backfill_via:
parent:
foreign_key: export_id
table: bulk_import_exports
sharding_key: project_id
belongs_to: export
group_id:
references: namespaces
backfill_via:
parent:
foreign_key: export_id
table: bulk_import_exports
sharding_key: group_id
belongs_to: export