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

users.yml « docs « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2c305ccc8d547ea9229a376fb319feceadb8aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
table_name: users
classes:
- TmpUser
- User
feature_categories:
- user_profile
description: TODO
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/9ba1224867665844b117fa037e1465bb706b3685
milestone: "<6.0"
gitlab_schema: gitlab_main_clusterwide
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