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;