mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
change readonly default to follow migration
This commit is contained in:
parent
af6c077035
commit
da5990bcc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue