mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
"update" is enough
This commit is contained in:
parent
cf56de1e77
commit
2d7cd2daf4
5 changed files with 8 additions and 8 deletions
2
boot.php
2
boot.php
|
@ -702,7 +702,7 @@ function update_db(App $a)
|
|||
|
||||
// run new update routine
|
||||
// it update the structure in one call
|
||||
$retval = DBStructure::updateStructure(false, true);
|
||||
$retval = DBStructure::update(false, true);
|
||||
if ($retval) {
|
||||
DBStructure::updateFail(
|
||||
DB_UPDATE_VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue