class AddResponseToWebhookEvents < ActiveRecord::Migration[6.0]
  def change
    add_column :webhook_events, :response, :text, :limit => 4294967295
  end
end
