diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-04-06 15:16:50 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-04-06 15:17:15 -0500 |
commit | 126c651280218a008f493558ec8ec51aee412fd6 (patch) | |
tree | 9ace3828507dc5bfd15d66fe2b47372c601e5d17 /db | |
parent | 4ddf208905c4562f3e71dfa68c960ff6f4b61d68 (diff) | |
download | gitlab-ce-126c651280218a008f493558ec8ec51aee412fd6.tar.gz |
Update schema.rb version
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 c9dca702465..f1783ab1b05 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: 20170404170532) do +ActiveRecord::Schema.define(version: 20170405080720) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" enable_extension "pg_trgm" |