initial commit of file from CVS for smeserver-collabora on Sat Sep 7 20:14:51 AEST 2024
This commit is contained in:
6
root/etc/e-smith/db/configuration/migrate/migrateloolwsd
Normal file
6
root/etc/e-smith/db/configuration/migrate/migrateloolwsd
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
my $loolwsd = $DB->get("loolwsd") or return;
|
||||
my $coolwsd = $DB->get("coolwsd") || $DB->new_record("coolwsd", { type => "service" });
|
||||
$coolwsd->merge_props($loolwsd->props);
|
||||
$loolwsd->delete;
|
||||
}
|
Reference in New Issue
Block a user