X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDatabase%2FPostUpdate.php;h=3e2627b9a9f5f585fd06af4fef7f9244d5f79172;hb=bb5e6d248b384192ab070108afbfb58acbee3fc3;hp=232ee1881353ca95b264107d2c0b47ca80a2cc82;hpb=d666b6cb42a1b0d46e9fae914a803fbd5e10e2ab;p=friendica.git diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index 232ee18813..3e2627b9a9 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -1,6 +1,6 @@ set("system", "post_update_version", 1400); + return true; + } + $condition = ["`extid` != ? AND EXISTS(SELECT `id` FROM `post-user` WHERE `uri-id` = `item`.`uri-id` AND `uid` = `item`.`uid` AND `external-id` IS NULL)", '']; Logger::info('Start', ['rest' => DBA::count('item', $condition)]);