diff options
author | Stan Hu <stanhu@gmail.com> | 2016-09-08 00:05:12 -0400 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-09-08 00:05:12 -0400 |
commit | b7392549c4ad9e221c64cc17aef139470f7fb150 (patch) | |
tree | ab5b786c520f9f9bc7e033f91e787492c5f488cd | |
parent | 43d6328fbc40e95999fcbb2cdbd5932d7dc799ad (diff) | |
download | gitlab-ce-b7392549c4ad9e221c64cc17aef139470f7fb150.tar.gz |
Fix DB schema to match latest migrationsh-update-db-schema
-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 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" |