From d2b53bd7227495c615c865825f01a7fd7b9df9e0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 20 Mar 2020 03:09:12 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index ba3c1985593..4fd4d839b31 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2020_03_18_152134) do +ActiveRecord::Schema.define(version: 2020_03_19_203901) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" @@ -4441,6 +4441,7 @@ ActiveRecord::Schema.define(version: 2020_03_18_152134) do t.index ["state"], name: "index_users_on_state" t.index ["static_object_token"], name: "index_users_on_static_object_token", unique: true t.index ["unconfirmed_email"], name: "index_users_on_unconfirmed_email", where: "(unconfirmed_email IS NOT NULL)" + t.index ["unlock_token"], name: "index_users_on_unlock_token", unique: true t.index ["user_type"], name: "index_users_on_user_type" t.index ["username"], name: "index_users_on_username" t.index ["username"], name: "index_users_on_username_trigram", opclass: :gin_trgm_ops, using: :gin -- cgit v1.2.3