From 4d72c0f0a12beec555087d20ea4598ff6ecbfa04 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Tue, 4 Nov 2025 22:34:58 +0700 Subject: [PATCH] update --- src/entity/trx_email_logs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entity/trx_email_logs.ts b/src/entity/trx_email_logs.ts index 5e465e3..a159818 100644 --- a/src/entity/trx_email_logs.ts +++ b/src/entity/trx_email_logs.ts @@ -43,6 +43,7 @@ export class TrxEmailLog { @Column({ nullable: false, length: 64, + default: TrxEmailStatus.process, }) status: TrxEmailStatus;