mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: generate SQL
This commit is contained in:
@@ -457,12 +457,12 @@ order by
|
|||||||
|
|
||||||
-- AssetJobRepository.streamIntegrityReports
|
-- AssetJobRepository.streamIntegrityReports
|
||||||
select
|
select
|
||||||
"id" as "reportId",
|
"integrity_report"."id" as "reportId",
|
||||||
"path"
|
"integrity_report"."path"
|
||||||
from
|
from
|
||||||
"integrity_report"
|
"integrity_report"
|
||||||
where
|
where
|
||||||
"type" = $1
|
"integrity_report"."type" = $1
|
||||||
|
|
||||||
-- AssetJobRepository.streamForVideoConversion
|
-- AssetJobRepository.streamForVideoConversion
|
||||||
select
|
select
|
||||||
|
|||||||
Reference in New Issue
Block a user