mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor(server): bulk update exif (#17109)
* bulk update exif * update sql * update tests * check job queeuing in test
This commit is contained in:
parent
4cf7c55680
commit
75df8fc10e
5 changed files with 51 additions and 2 deletions
|
|
@ -1,5 +1,12 @@
|
|||
-- NOTE: This file is auto generated by ./sql-generator
|
||||
|
||||
-- AssetRepository.updateAllExif
|
||||
update "exif"
|
||||
set
|
||||
"model" = $1
|
||||
where
|
||||
"assetId" in ($2)
|
||||
|
||||
-- AssetRepository.getByDayOfYear
|
||||
with
|
||||
"res" as (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue