mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
16 lines
434 B
YAML
16 lines
434 B
YAML
---
|
|
table_name: bulk_import_entities
|
|
classes:
|
|
- BulkImports::Entity
|
|
feature_categories:
|
|
- importers
|
|
description: Used to store and track the status of the migration of groups or projects
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42978
|
|
milestone: '13.5'
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
project_id: projects
|
|
namespace_id: namespaces
|
|
organization_id: organizations
|
|
table_size: small
|