mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: sync sql
This commit is contained in:
@@ -37,9 +37,9 @@ from
|
|||||||
"integrity_report"
|
"integrity_report"
|
||||||
where
|
where
|
||||||
"type" = $1
|
"type" = $1
|
||||||
and "createdAt" <= $2
|
and "id" <= $2
|
||||||
order by
|
order by
|
||||||
"createdAt" desc
|
"id" desc
|
||||||
limit
|
limit
|
||||||
$3
|
$3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user