class AddDefaultValueToPowerSave < ActiveRecord::Migration[6.0]
  def change
  	change_column_default :network_ssids, :power_save, false
  end
end
