From 32c33de52948c9ffdf62ab6a0ccdb2ffc1166a0c Mon Sep 17 00:00:00 2001 From: fro1991 Date: Wed, 7 May 2025 14:33:07 +0700 Subject: [PATCH] update --- src/entity/brilink_balance_mutations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entity/brilink_balance_mutations.ts b/src/entity/brilink_balance_mutations.ts index b5853cc..b00a012 100644 --- a/src/entity/brilink_balance_mutations.ts +++ b/src/entity/brilink_balance_mutations.ts @@ -76,7 +76,7 @@ export class BrilinkBalanceMutation { @Column({ type: 'float8', - nullable: false, + nullable: true, }) prev_balance: number; @@ -88,7 +88,7 @@ export class BrilinkBalanceMutation { @Column({ type: 'float8', - nullable: false, + nullable: true, }) last_balance: number;