Add support for completion window in chore creation and editing
This commit is contained in:
parent
27a47a0c1f
commit
13d6cfd7e7
2 changed files with 15 additions and 1 deletions
|
@ -109,6 +109,7 @@ type ChoreDetail struct {
|
|||
Priority int `json:"priority" gorm:"column:priority"`
|
||||
Notes *string `json:"notes" gorm:"column:notes"`
|
||||
CreatedBy int `json:"createdBy" gorm:"column:created_by"`
|
||||
CompletionWindow *int `json:"completionWindow,omitempty" gorm:"column:completion_window"`
|
||||
}
|
||||
|
||||
type Label struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue