2016-06-16 23:09:34 +05:30
|
|
|
# rubocop:disable all
|
2018-12-23 12:14:25 +05:30
|
|
|
class AddEnableSslVerification < ActiveRecord::Migration[4.2]
|
2015-09-25 12:07:36 +05:30
|
|
|
def change
|
|
|
|
add_column :web_hooks, :enable_ssl_verification, :boolean, default: false
|
|
|
|
end
|
|
|
|
end
|