Add migration fixes
This commit is contained in:
@@ -6,5 +6,5 @@ type Washlist struct {
|
||||
Id int `json:"id"`
|
||||
Person string `json:"person"`
|
||||
Date time.Time `json:"date"`
|
||||
Washed string `json:"iswashed"`
|
||||
Washed int `json:"iswashed"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user