1
0
Fork 0

Include DBA definitions from Hooks again

This commit is contained in:
Philipp Holzer 2022-12-16 21:59:32 +01:00
commit 1c789d487b
Signed by: nupplaPhil
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