From d5009b94d2c5257e407da54b682041629372a54e Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Mon, 20 Jan 2025 09:22:46 +0700 Subject: [PATCH] update add column reset password url --- src/entity/application.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/entity/application.ts b/src/entity/application.ts index 16ca0d7..147f622 100644 --- a/src/entity/application.ts +++ b/src/entity/application.ts @@ -16,6 +16,12 @@ export class Application { }) name: string; + @Column({ + nullable: true, + length: 512 + }) + reset_password_url: string; + @Column({ nullable: false, length: 64