adjust sql-queries for db-mgmt to be more compatible with mysql-dbms, fixes #1316, #1324, #1326

This commit is contained in:
Michael Kaufmann
2025-04-17 14:56:55 +02:00
parent 6068daece2
commit 76793c8992
11 changed files with 32 additions and 33 deletions

View File

@@ -238,7 +238,7 @@ if (Froxlor::isDatabaseVersion('202411200')) {
}
}
$dbm->getManager()->flushPrivileges();
Database::needRoot(false);
Database::needRoot();
}
}
Update::lastStepStatus(0);