mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +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
|
|
@ -355,6 +355,12 @@ export const columns = {
|
|||
'updateId',
|
||||
'duration',
|
||||
],
|
||||
syncAlbumUser: [
|
||||
'albums_shared_users_users.albumsId as albumId',
|
||||
'albums_shared_users_users.usersId as userId',
|
||||
'albums_shared_users_users.role',
|
||||
'albums_shared_users_users.updateId',
|
||||
],
|
||||
stack: ['stack.id', 'stack.primaryAssetId', 'ownerId'],
|
||||
syncAssetExif: [
|
||||
'exif.assetId',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue