update users
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user