From aa4fc82627e2d5a1940a50c24fd687955075d16b Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sun, 27 Jul 2025 21:14:21 +0700 Subject: [PATCH] update --- src/entity/remit_config_rates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entity/remit_config_rates.ts b/src/entity/remit_config_rates.ts index 709b87c..f886bcc 100644 --- a/src/entity/remit_config_rates.ts +++ b/src/entity/remit_config_rates.ts @@ -20,7 +20,7 @@ export class RemitConfigRate { to: string; @Column({ - nullable: false, + nullable: true, type: "float8", }) value: Number;