summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-11-08 01:50:14 +0900
committerShinya Maeda <shinya@gitlab.com>2017-11-08 01:50:14 +0900
commitc3b79df72474068325d39e2214dd9b3275b04874 (patch)
tree9212b45968a7cade12d6c820334e56ac8cb3961c /db
parent4fac95a64d0c04599af9c762edb94414d85bf42f (diff)
downloadgitlab-ce-c3b79df72474068325d39e2214dd9b3275b04874.tar.gz
Fix 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 1d2bf3a8e23..82e71a4dfe9 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: 20171106101200) do
+ActiveRecord::Schema.define(version: 20171101134435) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"