This commit is contained in:
fro1991
2025-05-07 14:33:07 +07:00
parent 07b4b71f7b
commit 32c33de529

View File

@ -76,7 +76,7 @@ export class BrilinkBalanceMutation {
@Column({ @Column({
type: 'float8', type: 'float8',
nullable: false, nullable: true,
}) })
prev_balance: number; prev_balance: number;
@ -88,7 +88,7 @@ export class BrilinkBalanceMutation {
@Column({ @Column({
type: 'float8', type: 'float8',
nullable: false, nullable: true,
}) })
last_balance: number; last_balance: number;