refactor(server): bulk update exif (#17109)

* bulk update exif

* update sql

* update tests

* check job queeuing in test
This commit is contained in:
Mert 2025-03-25 17:24:24 -04:00 committed by GitHub
parent 4cf7c55680
commit 75df8fc10e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 51 additions and 2 deletions

View file

@ -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 (