summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-07-24 15:09:55 -0700
committerMichael Kozono <mkozono@gmail.com>2017-07-25 09:22:30 -0700
commit6263ecd3a42312a62957674665e35d3590192123 (patch)
tree8f1f7a3448138a376b151b3dd8e2d1a8ed3266d1 /db/schema.rb
parent1a3f550ba8de6b837168f092651f71b1be38a3ad (diff)
downloadgitlab-ce-6263ecd3a42312a62957674665e35d3590192123.tar.gz
Add lower path index to redirect_routesmk-add-lower-path-index-to-redirect-routes
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 284b2068166..7724af5b610 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: 20170717150329) do
+ActiveRecord::Schema.define(version: 20170724214302) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"