Add on_budget column to accounts
This commit is contained in:
@ -13,6 +13,7 @@ type Account struct {
|
||||
ID uuid.UUID
|
||||
BudgetID uuid.UUID
|
||||
Name string
|
||||
OnBudget bool
|
||||
}
|
||||
|
||||
type Assignment struct {
|
||||
|
Reference in New Issue
Block a user