"update" is enough

This commit is contained in:
Michael 2017-12-14 22:18:53 +00:00
parent cf56de1e77
commit 2d7cd2daf4
5 changed files with 8 additions and 8 deletions

View file

@ -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,