mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
rename to albumUsers in album entity as well
This commit is contained in:
@@ -54,7 +54,7 @@ export class AlbumEntity {
|
||||
albumThumbnailAssetId!: string | null;
|
||||
|
||||
@OneToMany(() => AlbumUserEntity, (permission) => permission.album)
|
||||
sharedUsers!: AlbumUserEntity[];
|
||||
albumUsers!: AlbumUserEntity[];
|
||||
|
||||
@ManyToMany(() => AssetEntity, (asset) => asset.albums)
|
||||
@JoinTable()
|
||||
|
||||
Reference in New Issue
Block a user