class AddColumnWdsEnabledToNetworkSsids < ActiveRecord::Migration[6.0]
  def change
    add_column :network_ssids, :wds_enabled, :boolean, default: false
  end
end
