update users

This commit is contained in:
2024-12-01 10:42:31 +07:00
parent 244a3c6115
commit 60a2067d8d

View File

@ -45,7 +45,8 @@ export class User {
@Index() @Index()
@Column({ @Column({
nullable: true, nullable: true,
type: 'uuid' type: 'uuid',
select: false
}) })
reset_token: string; reset_token: string;