summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-09-08 09:28:05 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-09-08 09:28:05 +0000
commitb81db024d1d66730c3636c70ad435c74a063bd05 (patch)
treeab5b786c520f9f9bc7e033f91e787492c5f488cd
parent43d6328fbc40e95999fcbb2cdbd5932d7dc799ad (diff)
parentb7392549c4ad9e221c64cc17aef139470f7fb150 (diff)
downloadgitlab-ce-b81db024d1d66730c3636c70ad435c74a063bd05.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 c9023a02c77..5c283141084 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"