Collect recent file events

This commit is contained in:
Thomas Stromberg 2023-05-12 16:35:00 -04:00
parent 08d0235608
commit 64d482abcd
Failed to extract signature
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
--
-- tags: postmortem
-- platform: posix
SELECT
*
FROM
file_events;
-- interval: 900
SELECT *
FROM file_events
WHERE time > (strftime('%s', 'now') -900)