From 535424b09a9a8e87f0bd7b599f3ec5aa6619f946 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Sun, 27 Jul 2025 21:17:54 +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 f886bcc..709b87c 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: true, + nullable: false, type: "float8", }) value: Number;