remove fee reserve id from tx entry

This commit is contained in:
kiwiidb
2023-07-04 17:04:41 +02:00
parent 1677a97abe
commit 9ba016becd
2 changed files with 1 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ type TransactionEntry struct {
ParentID int64 `bun:",nullzero"`
Parent *TransactionEntry `bun:"rel:belongs-to"`
CreditAccountID int64 `bun:",notnull"`
FeeReserveID int64 `bun:",nullzero"`
FeeReserve *TransactionEntry `bun:"rel:belongs-to"`
CreditAccount *Account `bun:"rel:belongs-to,join:credit_account_id=id"`
DebitAccountID int64 `bun:",notnull"`