Add transfer_id
This commit is contained in:
@ -64,6 +64,7 @@ type Transaction struct {
|
||||
AccountID uuid.UUID
|
||||
CategoryID uuid.NullUUID
|
||||
PayeeID uuid.NullUUID
|
||||
TransferID uuid.NullUUID
|
||||
}
|
||||
|
||||
type TransactionsByMonth struct {
|
||||
|
Reference in New Issue
Block a user