This commit is contained in:
Thomas Stromberg 2023-05-12 16:26:44 -04:00
parent 6303ee76b6
commit 08d0235608
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View File

@ -11,5 +11,5 @@ FROM
LEFT JOIN magic ON file.path = magic.path
LEFT JOIN hash ON file.path = hash.path
WHERE
file.path LIKE "/home/%/Downloads/%%"
OR file.path LIKE "/Users/%/Downloads/%%"
file.path LIKE "/home/%/Downloads/%"
OR file.path LIKE "/Users/%/Downloads/%"

View File

@ -6,5 +6,5 @@
SELECT
*
FROM
socket_events;
socket_events
WHERE time > (strftime('%s', 'now') -600)