Fix tests after renaming json fields to snake_case

This commit is contained in:
kolaente 2020-04-13 23:27:55 +02:00
parent 81990f3f80
commit 5832991c4d
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
13 changed files with 164 additions and 164 deletions

View file

@ -22,7 +22,7 @@ import (
)
type listTask20190514192749 struct {
DoneAtUnix int64 `xorm:"INDEX null" json:"doneAt"`
DoneAtUnix int64 `xorm:"INDEX null" json:"done_at"`
}
func (listTask20190514192749) TableName() string {