mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Avoid duplicated contacts, improve contact deletion, avoid memory issues
This commit is contained in:
parent
00011dfeae
commit
066a040cc7
4 changed files with 74 additions and 73 deletions
|
@ -118,6 +118,8 @@ class Update
|
|||
Lock::release('dbupdate');
|
||||
}
|
||||
}
|
||||
} elseif ($force) {
|
||||
DBStructure::update($verbose, true);
|
||||
}
|
||||
|
||||
return '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue