chore: sync sql

This commit is contained in:
izzy
2026-01-07 12:33:54 +00:00
parent aaec6db27b
commit 7e0e4bd0c6

View File

@@ -37,9 +37,9 @@ from
"integrity_report"
where
"type" = $1
and "createdAt" <= $2
and "id" <= $2
order by
"createdAt" desc
"id" desc
limit
$3