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
|
@ -536,7 +536,7 @@ function load_database_rem($v, $i) {
|
|||
}
|
||||
|
||||
function load_database() {
|
||||
$errors = DBStructure::updateStructure(false, true);
|
||||
$errors = DBStructure::update(false, true);
|
||||
|
||||
return $errors;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue