BigW Consortium Gitlab

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