fix fresh install

This commit is contained in:
odain
2026-04-03 08:06:44 +02:00
parent 9cfaf59669
commit 2c380e8561

View File

@@ -191,6 +191,8 @@ class ApplicationInstallSequencer extends StepSequencer
$this->oRunTimeEnvironment->UpdateDBSchema($oConfig, $sMode, $aSelectedModules);
$oConfig->Set('access_mode', ACCESS_FULL);
// Set a DBProperty with a unique ID to identify this instance of iTop
$sUUID = DBProperty::GetProperty('database_uuid', '');
if ($sUUID === '') {