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