BigW Consortium Gitlab

20150824002011_add_enable_ssl_verification.rb 180 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddEnableSslVerification < ActiveRecord::Migration
  def change
    add_column :web_hooks, :enable_ssl_verification, :boolean, default: false
  end
end