BigW Consortium Gitlab

20160227120001_add_event_field_for_web_hook.rb 185 Bytes
# rubocop:disable all
class AddEventFieldForWebHook < ActiveRecord::Migration
  def change
    add_column :web_hooks, :wiki_page_events, :boolean, default: false, null: false
  end
end