Fix migration 20200516123847

This commit is contained in:
kolaente 2020-06-13 19:33:48 +02:00
parent a15b1bebba
commit d9d00ba60c
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

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",