diff options
author | Greg Stark <stark@gitlab.com> | 2017-12-20 19:43:41 +0000 |
---|---|---|
committer | Greg Stark <stark@gitlab.com> | 2017-12-21 23:07:25 +0000 |
commit | 680ebf449bc5700f827559660f28fb4e47022828 (patch) | |
tree | 40d399c11c7a2a8be65fe87d7954f7bee1997906 /db/schema.rb | |
parent | 82e31ee46784cc4a0b987511ce7506dd01a3f004 (diff) | |
download | gitlab-ce-index-namespaces-lower-name.tar.gz |
Add index on namespaces lower(name) for UsersController#existsindex-namespaces-lower-name
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 2b20628bd53..81b594cd0c1 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20171219121201) do +ActiveRecord::Schema.define(version: 20171220191323) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |