Fix tests after renaming json fields to snake_case
This commit is contained in:
parent
81990f3f80
commit
5832991c4d
13 changed files with 164 additions and 164 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
type listTask20190430111111 struct {
|
||||
HexColor string `xorm:"varchar(6) null" json:"hexColor" valid:"runelength(0|6)" maxLength:"6"`
|
||||
HexColor string `xorm:"varchar(6) null" json:"hex_color" valid:"runelength(0|6)" maxLength:"6"`
|
||||
}
|
||||
|
||||
func (listTask20190430111111) TableName() string {
|
||||
|
|
|
|||
Reference in a new issue