mirror of
https://github.com/immich-app/immich.git
synced 2026-02-13 23:14:20 -05:00
chore: generate SQL
This commit is contained in:
parent
1daf1b471f
commit
db690bcf63
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user