class AddHotspotModeToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :hotspot_mode, :string, :default => false
  end
end
