initial commit of file from CVS for e-smith-apache on Wed 12 Jul 08:48:55 BST 2023
This commit is contained in:
7
root/etc/e-smith/db/domains/migrate/10DomainContent
Normal file
7
root/etc/e-smith/db/domains/migrate/10DomainContent
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
# 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');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user