diff options
author | Felipe Artur <felipefac@gmail.com> | 2016-03-10 10:33:09 -0300 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2016-03-10 10:38:36 -0300 |
commit | de251bcf6d0f1db8858fa38ac14e108c1b9ea00f (patch) | |
tree | bb1a350bb6e39f8b5e3efc354c666364c4de063f /db | |
parent | 96fc1d90927624345c7426b28fb3fd135e901e60 (diff) | |
download | gitlab-ce-de251bcf6d0f1db8858fa38ac14e108c1b9ea00f.tar.gz |
Fix conflicts
Diffstat (limited to 'db')
-rw-r--r-- | db/schema.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 1d4e18c5f95..082d681a176 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -12,6 +12,7 @@ # It's strongly recommended that you check this file into your version control system. ActiveRecord::Schema.define(version: 20160308212903) do + # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |