{ # Deprecate 'wwwpublic' special case, and migrate to i-bay 'Primary' foreach my $domain ($DB->get_all_by_prop('Content' => 'wwwpublic')) { $domain->merge_props('Content' => 'Primary'); } }