mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: backfill album users (#19234)
This commit is contained in:
parent
65e8d75e82
commit
e0144b4ece
14 changed files with 232 additions and 24 deletions
|
|
@ -603,6 +603,7 @@ export enum SyncEntityType {
|
|||
AlbumV1 = 'AlbumV1',
|
||||
AlbumDeleteV1 = 'AlbumDeleteV1',
|
||||
AlbumUserV1 = 'AlbumUserV1',
|
||||
AlbumUserBackfillV1 = 'AlbumUserBackfillV1',
|
||||
AlbumUserDeleteV1 = 'AlbumUserDeleteV1',
|
||||
|
||||
SyncAckV1 = 'SyncAckV1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue