mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
17 lines
442 B
YAML
17 lines
442 B
YAML
---
|
|
table_name: import_failures
|
|
classes:
|
|
- ImportFailure
|
|
feature_categories:
|
|
- importers
|
|
description: Used to store group or project import failures that occur when using
|
|
the Import/Export feature
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/20727
|
|
milestone: '12.6'
|
|
gitlab_schema: gitlab_main_cell
|
|
table_size: small
|
|
sharding_key:
|
|
project_id: projects
|
|
group_id: namespaces
|
|
organization_id: organizations
|