summaryrefslogtreecommitdiff
path: root/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb')
-rw-r--r--db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb b/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb
index 90ce6c2db3d..ea2ab6e4093 100644
--- a/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb
+++ b/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb
@@ -1,3 +1,4 @@
+# rubocop:disable all
class EnableSslVerificationForWebHooks < ActiveRecord::Migration
def up
execute("UPDATE web_hooks SET enable_ssl_verification = true")