Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-09-08 12:28:05 +0300
committerRuben Davila <rdavila84@gmail.com>2016-09-14 04:58:31 +0300
commit86f5611904b8635ceb9f6ee67f41b2319222b820 (patch)
tree99796cd121b6e17203149ff41a00aa26ffe3996c /db
parente708b91de6d669be4f7ed12c12b4d71fe2806cfd (diff)
Merge branch 'sh-update-db-schema' into 'master'
Fix DB schema to match latest migration See merge request !6256
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 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"