class AddColumnBandwidthToRadioSettings < ActiveRecord::Migration[6.0]
  def change
    add_column :radio_settings, :bandwidth, :string
  end
end
