feat: track when assets are added to an album (#13725)
This commit is contained in:
@@ -52,7 +52,7 @@ export class AlbumEntity {
|
||||
albumUsers!: AlbumUserEntity[];
|
||||
|
||||
@ManyToMany(() => AssetEntity, (asset) => asset.albums)
|
||||
@JoinTable()
|
||||
@JoinTable({ synchronize: false })
|
||||
assets!: AssetEntity[];
|
||||
|
||||
@OneToMany(() => SharedLinkEntity, (link) => link.album)
|
||||
|
||||
Reference in New Issue
Block a user