mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-08 05:34:27 +02:00
Add dbstructure_definition hook call
This commit is contained in:
parent
0334e49d8e
commit
cc40dcf83c
1 changed files with 2 additions and 0 deletions
|
@ -1803,6 +1803,8 @@ class DBStructure
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
\Friendica\Core\Addon::callHooks('dbstructure_definition', $database);
|
||||||
|
|
||||||
return $database;
|
return $database;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue