mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: album asset sync must sync new assets in a shared album (#20655)
This commit is contained in:
parent
09a5963eee
commit
02381343ff
19 changed files with 928 additions and 453 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue