X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=f163faf02f9ef740ebc69a3e2d2b24a1d58714e2;hb=88eee2b9c132528f2d6e3ac11faea8d4f3fe37d8;hp=a740019a82d837faa91b5fc25ecaeb2a59d43335;hpb=89fbc6bb8defb4a385723d7c3f5b6e700441f886;p=friendica.git diff --git a/update.php b/update.php index a740019a82..f163faf02f 100644 --- a/update.php +++ b/update.php @@ -614,6 +614,10 @@ function pre_update_1364() return Update::FAILED; } + if (!DBA::e("DELETE FROM `intro` WHERE NOT `uid` IN (SELECT `uid` FROM `user`)")) { + return Update::FAILED; + } + if (!DBA::e("DELETE FROM `manage` WHERE NOT `uid` IN (SELECT `uid` FROM `user`)")) { return Update::FAILED; }