mirror of
https://github.com/immich-app/immich.git
synced 2026-06-04 13:15:22 -04:00
1dd68e5950
queue a pre-delete on the matching partial-index tuple before each upsert in updateAssetsV1/V2 so the second insert does not crash on SqliteException(2067) when the server re-issues a new id for the same (ownerId, checksum). closes #22522 #27186.