class AddBandSteeringToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :band_steering, :boolean, default: false
  end
end
