summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-09-08 09:28:05 +0000
committerRuben Davila <rdavila84@gmail.com>2016-09-13 20:58:31 -0500
commit86f5611904b8635ceb9f6ee67f41b2319222b820 (patch)
tree99796cd121b6e17203149ff41a00aa26ffe3996c
parente708b91de6d669be4f7ed12c12b4d71fe2806cfd (diff)
downloadgitlab-ce-86f5611904b8635ceb9f6ee67f41b2319222b820.tar.gz
Merge branch 'sh-update-db-schema' into 'master'
Fix DB schema to match latest migration See merge request !6256
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9c013c6b831..0ed25942baf 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: 20160901141443) do
+ActiveRecord::Schema.define(version: 20160902122721) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"