mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected type to BigInt
This commit is contained in:
parent
4bb9f12783
commit
ebde61c664
@ -29,7 +29,7 @@ export class Transaction extends BaseEntity {
|
||||
sendSenderFinalBalance: BigInt | null
|
||||
|
||||
@Column({ name: 'balance', type: 'bigint', default: 0 })
|
||||
balance: number
|
||||
balance: BigInt
|
||||
|
||||
@Column({
|
||||
name: 'balance_date',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user