class AddDefaultValueToHotspotMode < ActiveRecord::Migration[6.0]
  def change
  	change_column_default :network_ssids, :hotspot_mode, false
  end
end
