Skip to content

Commit

Permalink
feat: add currency (#76)
Browse files Browse the repository at this point in the history
Resolves #47.
  • Loading branch information
morremeyer authored Apr 2, 2022
1 parent c1a1a2a commit 821ed79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/models/budget.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package models
// resources reference it directly or transitively.
type Budget struct {
Model
Name string `json:"name,omitempty"`
Note string `json:"note,omitempty"`
Name string `json:"name,omitempty"`
Note string `json:"note,omitempty"`
Currency string `json:"currency,omitempty"`
}
Binary file removed internal/test/data/gorm.db
Binary file not shown.

0 comments on commit 821ed79

Please sign in to comment.