class AddColumnLocationNetworkToAlerts < ActiveRecord::Migration[6.0]
  def change
    add_column :alerts, :location_network_id, :integer
    remove_column :alerts, :organisation_id
  end
end
