diff options
author | Stan Hu <stanhu@gmail.com> | 2016-07-26 15:18:26 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-07-26 15:18:26 -0700 |
commit | 61fac97f4feb8e0c4d5a3e1781a136a4c4788dba (patch) | |
tree | 35bfa7befb36d46d9fdcb9b8f0169514aa648337 /db/schema.rb | |
parent | 74e17ed9eda95646d8defd495962be9dd3771eac (diff) | |
download | gitlab-ce-61fac97f4feb8e0c4d5a3e1781a136a4c4788dba.tar.gz |
Fix missing schema update for 20160722221922
Diffstat (limited to 'db/schema.rb')
-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" |