* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- change key type from service to configuration [SME: 11367]
This commit is contained in:
@@ -1 +1 @@
|
||||
service
|
||||
configuration
|
||||
|
@@ -1 +1 @@
|
||||
service
|
||||
configuration
|
||||
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
foreach my $sservice (qw(backup backupwk)) {
|
||||
$DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user