diff options
author | Stan Hu <stanhu@gmail.com> | 2016-07-26 22:46:29 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-07-26 22:46:29 +0000 |
commit | 02d947f1111849686c35c3bcf0bffb9abd0f8cf5 (patch) | |
tree | 87c8293e87d7358e9adf81ebead98e619f840308 /db | |
parent | 95efb6f1163b7c2c40d03ddd834016905fc45b50 (diff) | |
parent | 61fac97f4feb8e0c4d5a3e1781a136a4c4788dba (diff) | |
download | gitlab-ce-02d947f1111849686c35c3bcf0bffb9abd0f8cf5.tar.gz |
Merge branch 'fix-missing-schema-update' into 'master'
Fix missing schema update for 20160722221922
20160722221922 was merged in 8.10.1 but the schema.rb was not updated.
See merge request !5512
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 2 |
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" |