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.rb8
1 files changed, 0 insertions, 8 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
deleted file mode 100644
index 49081c9d749..00000000000
--- a/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-class EnableSslVerificationForWebHooks < ActiveRecord::Migration[4.2]
- def up
- execute("UPDATE web_hooks SET enable_ssl_verification = true")
- end
-
- def down
- end
-end