1
0

Fix migration 20200516123847

This commit is contained in:
kolaente
2020-06-13 19:33:48 +02:00
parent a15b1bebba
commit d9d00ba60c

View File

@ -36,6 +36,10 @@ type list20200516123847 struct {
Updated timeutil.TimeStamp `xorm:"updated not null" json:"updated"`
}
func (l *list20200516123847) TableName() string {
return "list"
}
func init() {
migrations = append(migrations, &xormigrate.Migration{
ID: "20200516123847",