summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-21 10:36:02 +0200
committerRémy Coutable <remy@rymai.me>2016-07-21 10:36:02 +0200
commitf8afe47a87ca880c95163aa7e731638a730ed14b (patch)
tree5d12e2d2c84a7f4c1d5ad634605f81a65f72ea59 /db/schema.rb
parent8ed97054835a28ead703c32d9c2ab79a15412c88 (diff)
downloadgitlab-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.rb2
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"