From ed1c2f9b9e2d140dbdc55f44245882e6f38fe8f5 Mon Sep 17 00:00:00 2001 From: fro1991 Date: Fri, 9 May 2025 14:43:04 +0700 Subject: [PATCH] update brilink --- src/entity/brizzi_history.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entity/brizzi_history.ts b/src/entity/brizzi_history.ts index 770795b..6852ac2 100644 --- a/src/entity/brizzi_history.ts +++ b/src/entity/brizzi_history.ts @@ -47,7 +47,7 @@ export class BrizziHistory { @Column({ type: 'float8', - nullable: false, + nullable: true, }) prev_balance: number; @@ -59,7 +59,7 @@ export class BrizziHistory { @Column({ type: 'float8', - nullable: false, + nullable: true, }) last_balance: number;