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:
authorStan Hu <stanhu@gmail.com>2016-07-27 01:18:26 +0300
committerStan Hu <stanhu@gmail.com>2016-07-27 01:18:26 +0300
commit61fac97f4feb8e0c4d5a3e1781a136a4c4788dba (patch)
tree35bfa7befb36d46d9fdcb9b8f0169514aa648337 /db
parent74e17ed9eda95646d8defd495962be9dd3771eac (diff)
Fix missing schema update for 20160722221922
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 b87f8108bb2..15cee55a7bf 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: 20160721081015) do
+ActiveRecord::Schema.define(version: 20160722221922) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"