class AddDefaultValueToNetworkAndHotspot20 < ActiveRecord::Migration[6.0]
  def change
  	change_column_default :hotspot20s, :hotspot_2_0, false
  	change_column_default :hotspot20s, :internet, false
  end
end
