diff options
author | Ryan Cobb <rcobb@gitlab.com> | 2019-05-17 09:33:04 -0600 |
---|---|---|
committer | Ryan Cobb <rcobb@gitlab.com> | 2019-05-17 09:33:04 -0600 |
commit | ea00f88e1214bb720ac24758851b49dafee63cb3 (patch) | |
tree | cfbe8e38848780997f4e91f5f4d5158d06b7dbad /db/schema.rb | |
parent | 5ba138b149e4719d136d2e540c018424e09f2b64 (diff) | |
download | gitlab-ce-rc/test.tar.gz |
testingrc/test
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 9d367938cec..64f62759f44 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1906,6 +1906,7 @@ ActiveRecord::Schema.define(version: 20190515125613) do t.datetime "created_at", null: false t.datetime "updated_at", null: false t.index ["path"], name: "index_redirect_routes_on_path", unique: true, using: :btree + t.index ["path"], name: "index_redirect_routes_on_path_text_pattern_ops", using: :btree, opclasses: {"path"=>"varchar_pattern_ops"} t.index ["source_type", "source_id"], name: "index_redirect_routes_on_source_type_and_source_id", using: :btree end |