update sqlx prepare
This commit is contained in:
@@ -5,6 +5,8 @@ SELECT
|
||||
FROM
|
||||
post AS p
|
||||
INNER JOIN feed AS f ON p.site = f.slug -- necessary to weed out nzb posts
|
||||
WHERE search_summary IS NULL
|
||||
WHERE
|
||||
search_summary IS NULL
|
||||
-- TODO remove AND link ~ '^<'
|
||||
ORDER BY date DESC
|
||||
LIMIT 100;
|
||||
|
||||
Reference in New Issue
Block a user