mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
16 lines
416 B
YAML
16 lines
416 B
YAML
---
|
|
table_name: bulk_import_export_batches
|
|
classes:
|
|
- BulkImports::ExportBatch
|
|
feature_categories:
|
|
- importers
|
|
description: Used to track the generation status of export batch files for groups
|
|
or projects
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/111708
|
|
milestone: '15.10'
|
|
table_size: small
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
project_id: projects
|
|
group_id: namespaces
|