update users
This commit is contained in:
@ -45,7 +45,8 @@ export class User {
|
||||
@Index()
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: 'uuid'
|
||||
type: 'uuid',
|
||||
select: false
|
||||
})
|
||||
reset_token: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user