class AddColumnActionsToAlerts < ActiveRecord::Migration[6.0]
  def change
    add_column :alerts, :actions, :text
  end
end
