mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
16 lines
435 B
YAML
16 lines
435 B
YAML
---
|
|
table_name: bulk_import_failures
|
|
classes:
|
|
- BulkImports::Failure
|
|
feature_categories:
|
|
- importers
|
|
description: Used to store failures that occur during the migration of groups or projects
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/47526
|
|
milestone: '13.7'
|
|
table_size: small
|
|
gitlab_schema: gitlab_main_cell
|
|
sharding_key:
|
|
project_id: projects
|
|
namespace_id: namespaces
|
|
organization_id: organizations
|