mirror of
https://github.com/immich-app/immich.git
synced 2026-01-05 09:37:32 -08:00
fix: album asset sync must sync new assets in a shared album (#20655)
This commit is contained in:
@@ -13,3 +13,7 @@ where
|
||||
delete from "session_sync_checkpoint"
|
||||
where
|
||||
"sessionId" = $1
|
||||
|
||||
-- SyncCheckpointRepository.getNow
|
||||
select
|
||||
immich_uuid_v7 (now() - interval '1 millisecond') as "nowId"
|
||||
|
||||
Reference in New Issue
Block a user