Fix report timestamp storage & comparison

This commit is contained in:
Luke Street
2025-04-20 16:17:30 -06:00
parent 64413671e9
commit d4e8a7ae1c
2 changed files with 29 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
UPDATE reports SET timestamp = datetime(timestamp) WHERE TRUE;