mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 19:38:54 +03:00
change readonly default to follow migration
This commit is contained in:
@@ -17,6 +17,6 @@ export class AlbumUserEntity {
|
||||
@ManyToOne(() => UserEntity, { onDelete: 'CASCADE', onUpdate: 'CASCADE', nullable: false })
|
||||
user!: UserEntity;
|
||||
|
||||
@Column({ default: false })
|
||||
@Column({ default: true })
|
||||
readonly!: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user