summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-06-05 14:56:53 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-06-05 14:56:53 +0200
commitcafb1bfea4dbc7b6aad47580e76d68b8075d177f (patch)
tree06c73b390dadcdde7bd9651e51a7ac69ab26f95a /db
parentfaeb2f3a09d18a0041a6c425a60f26ed9a41498a (diff)
downloadgitlab-ce-cafb1bfea4dbc7b6aad47580e76d68b8075d177f.tar.gz
Use the latest migration version as a schema version
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 47484e6b8fe..23c3ecdd517 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: 20170526190948) do
+ActiveRecord::Schema.define(version: 20170526190708) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"