Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/namespaces.yml')
-rw-r--r--db/docs/namespaces.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/docs/namespaces.yml b/db/docs/namespaces.yml
index ba3d345d8c7..8fa7c2a3d31 100644
--- a/db/docs/namespaces.yml
+++ b/db/docs/namespaces.yml
@@ -11,3 +11,10 @@ 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