Rename current_time column to now_ts to avoid Kolide import issue

This commit is contained in:
Thomas Stromberg 2024-01-10 09:42:29 -05:00
parent 46defeab6f
commit 36c2286717
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ SELECT
f.mtime - strftime('%s', 'now') AS mtime_diff,
f.ctime - strftime('%s', 'now') AS ctime_diff,
f.btime - strftime('%s', 'now') AS btime_diff,
strftime('%s', 'now') AS current_time,
strftime('%s', 'now') AS now_ts,
hash.sha256 AS child_hash256,
pp.path AS parent_path,
pp.cmdline AS parent_cmd,