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:
authoryguo <yguo@gitlab.com>2019-06-10 16:44:55 +0300
committeryguo <yguo@gitlab.com>2019-06-13 17:51:32 +0300
commit73b67346760ecaddfbd2a3da8d852a722a0efa56 (patch)
treed09944b4e8e22ceeeb63d5782319a728a86bf9b3 /changelogs
parent0a70ba177e4589733659dd5af85402d0a3081026 (diff)
Add index on public_emails for users table
Clean up issue-62684 Update issue-62684 changelog Update down migrate for issue-62684
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/62684-add-index-public-email-on-users.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/62684-add-index-public-email-on-users.yml b/changelogs/unreleased/62684-add-index-public-email-on-users.yml
new file mode 100644
index 00000000000..56b5f91da21
--- /dev/null
+++ b/changelogs/unreleased/62684-add-index-public-email-on-users.yml
@@ -0,0 +1,5 @@
+---
+title: Add index on public_email for users
+merge_request: 29430
+author:
+type: performance