update add column reset password url
This commit is contained in:
@ -16,6 +16,12 @@ export class Application {
|
|||||||
})
|
})
|
||||||
name: string;
|
name: string;
|
||||||
|
|
||||||
|
@Column({
|
||||||
|
nullable: true,
|
||||||
|
length: 512
|
||||||
|
})
|
||||||
|
reset_password_url: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: false,
|
nullable: false,
|
||||||
length: 64
|
length: 64
|
||||||
|
|||||||
Reference in New Issue
Block a user