summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-07-07 22:53:18 +0000
committerDouwe Maan <douwe@gitlab.com>2017-07-07 22:53:18 +0000
commitbf23d6c610c0d656bd76c16d348b72de39eb8687 (patch)
treee868132107cefe798c4b5bedf55d385767d7a02a /db/schema.rb
parent7414f5407b6252ea91cbd9b2210e993a1a795ba0 (diff)
parentb24ef9ce2addea3e89cce0c20534091158a0fd9b (diff)
downloadgitlab-ce-bf23d6c610c0d656bd76c16d348b72de39eb8687.tar.gz
Merge branch 'fix_migrations_in_the_future' into 'master'
fix migrations in the future Closes #34832 See merge request !12719
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 023783c2b3b..3dbe52c9c80 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: 20170724184243) do
+ActiveRecord::Schema.define(version: 20170707184244) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"