mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
24 lines
762 B
YAML
24 lines
762 B
YAML
---
|
|
table_name: namespaces
|
|
classes:
|
|
- Namespace
|
|
- Group
|
|
- Namespaces::ProjectNamespace
|
|
- Namespaces::UserNamespace
|
|
feature_categories:
|
|
- groups_and_projects
|
|
description: Storing namespaces records for groups, users and projects
|
|
introduced_by_url: https://github.com/gitlabhq/gitlabhq/pull/2051
|
|
milestone: "<6.0"
|
|
gitlab_schema: gitlab_main_cell
|
|
schema_inconsistencies:
|
|
- type: missing_indexes
|
|
object_name: index_namespaces_on_created_at
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/134948
|
|
- type: missing_indexes
|
|
object_name: index_namespaces_on_ldap_sync_last_successful_update_at
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/135040
|
|
sharding_key:
|
|
organization_id: organizations
|
|
table_size: large
|