update user

This commit is contained in:
2024-11-30 22:01:10 +07:00
parent 7475fc4c95
commit d24f8275f7

View File

@ -49,12 +49,6 @@ export class User {
}) })
reset_token: string; reset_token: string;
@OneToOne(() => UserRole)
@JoinColumn({
name: 'id_role'
})
role: UserRole;
@Column({ @Column({
nullable: false, nullable: false,
length: 64 length: 64