mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:50:10 +00:00
Include DBA definitions from Hooks again
This commit is contained in:
parent
2ae3ae0b8a
commit
1c789d487b
2 changed files with 23 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue