diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-04-07 10:31:49 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-04-07 10:31:49 -0500 |
commit | bea1aba9caff0b19bc08004cfb80cb9e5f1b6b89 (patch) | |
tree | bedaa0fe1b73e66b909e70aec9852fa5e3c16b08 /db | |
parent | 05339515631d93f0fb8d9526693017af91cbf5d5 (diff) | |
download | gitlab-ce-bea1aba9caff0b19bc08004cfb80cb9e5f1b6b89.tar.gz |
Update schema.rb
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 457957536b0..a8ca4d4757d 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: 20170405080720) do +ActiveRecord::Schema.define(version: 20170406115029) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" enable_extension "pg_trgm" |