]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Update.php
Avoid duplicated contacts, improve contact deletion, avoid memory issues
[friendica.git] / src / Core / Update.php
index 252ea8ef31d5f190c534ed53cbffeec0fc075842..f4d8b8f9a75d5bbaa447967bd4b35a67a53351b7 100644 (file)
@@ -118,6 +118,8 @@ class Update
                                        Lock::release('dbupdate');
                                }
                        }
+               } elseif ($force) {
+                       DBStructure::update($verbose, true);
                }
 
                return '';