fix: sidecar check job (#21312)

This commit is contained in:
Jason Rasmussen
2025-09-04 12:23:58 -04:00
committed by GitHub
parent 37a79292c0
commit 7f81a5bd6f
10 changed files with 133 additions and 184 deletions
@@ -43,6 +43,18 @@ where
limit
$2
-- AssetJobRepository.getForSidecarCheckJob
select
"id",
"sidecarPath",
"originalPath"
from
"asset"
where
"asset"."id" = $1::uuid
limit
$2
-- AssetJobRepository.streamForThumbnailJob
select
"asset"."id",