Add group_id

This commit is contained in:
2022-01-09 22:29:47 +00:00
parent 951e827d20
commit beff7afcf7
5 changed files with 17 additions and 15 deletions

View File

@ -64,7 +64,7 @@ type Transaction struct {
AccountID uuid.UUID
CategoryID uuid.NullUUID
PayeeID uuid.NullUUID
TransferID uuid.NullUUID
GroupID uuid.NullUUID
}
type TransactionsByMonth struct {