class AddColumnIsTestToWebhookEvents < ActiveRecord::Migration[6.0]
  def change
    add_column :webhook_events, :is_test, :boolean, default: false
  end
end
