mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Improve SQL-Queries / fixed "fetch_parents" setting
This commit is contained in:
parent
bbbbf8fd6b
commit
548b7f43a5
4 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,7 @@ class RemoveUnusedAvatars
|
|||
AND NOT `nurl` IN (SELECT `nurl` FROM `contact` WHERE `uid` != ?)
|
||||
AND NOT `contact`.`id` IN (SELECT `author-id` FROM `post-user`)
|
||||
AND NOT `contact`.`id` IN (SELECT `owner-id` FROM `post-user`)
|
||||
AND NOT `contact`.`id` IN (SELECT `causer-id` FROM `post-user`)
|
||||
AND NOT `contact`.`id` IN (SELECT `causer-id` FROM `post-user` WHERE `causer-id` IS NOT NULL)
|
||||
AND NOT `contact`.`id` IN (SELECT `cid` FROM `post-tag`)
|
||||
AND NOT `contact`.`id` IN (SELECT `contact-id` FROM `post-user`);";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue