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