diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-21 10:36:02 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-21 10:36:02 +0200 |
commit | f8afe47a87ca880c95163aa7e731638a730ed14b (patch) | |
tree | 5d12e2d2c84a7f4c1d5ad634605f81a65f72ea59 /db/schema.rb | |
parent | 8ed97054835a28ead703c32d9c2ab79a15412c88 (diff) | |
download | gitlab-ce-f8afe47a87ca880c95163aa7e731638a730ed14b.tar.gz |
Make Service.external_wikis return only active external wikis
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 c7876426424..d541e1cccb7 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: 20160718153603) do +ActiveRecord::Schema.define(version: 20160721081015) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" |