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