summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2016-09-08 00:12:39 -0500
committerRuben Davila <rdavila84@gmail.com>2016-09-08 00:12:39 -0500
commit4e11eb7d2a01514d5928150084775e1079a79ae4 (patch)
treeab5b786c520f9f9bc7e033f91e787492c5f488cd
parent43d6328fbc40e95999fcbb2cdbd5932d7dc799ad (diff)
downloadgitlab-ce-21894-db-schema-rb-is-not-up-to-date.tar.gz
Fix version for DB schema.21894-db-schema-rb-is-not-up-to-date
-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"