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/users.yml')
-rw-r--r--db/docs/users.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/docs/users.yml b/db/docs/users.yml
index 43bec30b9dd..f2c305ccc8d 100644
--- a/db/docs/users.yml
+++ b/db/docs/users.yml
@@ -13,3 +13,6 @@ schema_inconsistencies:
- type: missing_indexes
object_name: index_users_for_auditors
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138110
+- type: missing_indexes
+ object_name: index_users_on_id_and_last_activity_on_for_active_human_service
+ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/139230