mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor: use new updateId column for user CUD sync (#16384)
This commit is contained in:
parent
7d6cfd09e6
commit
fb907d707d
7 changed files with 50 additions and 47 deletions
|
|
@ -421,6 +421,5 @@ export interface IBulkAsset {
|
|||
|
||||
export type SyncAck = {
|
||||
type: SyncEntityType;
|
||||
ackEpoch: string;
|
||||
ids: string[];
|
||||
updateId: string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue