summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-21 16:50:26 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-04-21 16:50:26 +0200
commitb80bf57d378aec82cc933df233a30e0390564419 (patch)
treeb50b4514124e3e15b70019de832b63ce20afdd3b /db/schema.rb
parent53534682a30f7eff0f52f5e8f6bbef95e321ec07 (diff)
downloadgitlab-ce-b80bf57d378aec82cc933df233a30e0390564419.tar.gz
Disable 'repository check' feature in 8.7.0
It still causes too many false alarms.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a743e682423..42457d92353 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: 20160419120017) do
+ActiveRecord::Schema.define(version: 20160421130527) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -77,7 +77,7 @@ ActiveRecord::Schema.define(version: 20160419120017) do
t.string "akismet_api_key"
t.boolean "email_author_in_body", default: false
t.integer "default_group_visibility"
- t.boolean "repository_checks_enabled", default: true
+ t.boolean "repository_checks_enabled", default: false
t.integer "metrics_packet_size", default: 1
t.text "shared_runners_text"
end