mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-23 15:22:31 +00:00
Only get new items where no previous hash error.
This commit is contained in:
parent
f02a8db8c0
commit
647bcf9cfe
@ -74,6 +74,7 @@ async fn main() {
|
||||
post
|
||||
WHERE
|
||||
hash IS NULL AND
|
||||
hash_error IS NULL AND
|
||||
data->>'file_ext' IN ('jpg', 'png') AND
|
||||
data->>'file_url' <> '/images/deleted-preview.png'
|
||||
LIMIT 100",
|
||||
|
Loading…
Reference in New Issue
Block a user