Add group_id

This commit is contained in:
2022-01-09 22:29:47 +00:00
parent 332f587bcf
commit 0184cbd9cd
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 {