Include DBA definitions from Hooks again

This commit is contained in:
Philipp 2022-12-16 21:59:32 +01:00
parent 2ae3ae0b8a
commit 1c789d487b
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
2 changed files with 23 additions and 14 deletions

View file

@ -249,7 +249,8 @@ class DBStructure
// Get the definition
if (is_null($definition)) {
$definition = DI::dbaDefinition()->getAll();
// just for Update purpose, reload the DBA definition with addons to explicit get the whole definition
$definition = DI::dbaDefinition()->load(true)->getAll();
}
// MySQL >= 5.7.4 doesn't support the IGNORE keyword in ALTER TABLE statements