This commit is contained in:
fro1991
2025-11-04 22:34:58 +07:00
parent 55b9ba8fb6
commit 4d72c0f0a1

View File

@ -43,6 +43,7 @@ export class TrxEmailLog {
@Column({
nullable: false,
length: 64,
default: TrxEmailStatus.process,
})
status: TrxEmailStatus;