BigW Consortium Gitlab

20150915001905_enable_ssl_verification_by_default.rb 188 Bytes
Newer Older
1
# rubocop:disable all
Valery Sizov committed
2 3 4 5 6
class EnableSslVerificationByDefault < ActiveRecord::Migration
  def change
    change_column :web_hooks, :enable_ssl_verification, :boolean, default: true
  end
end