Fix migration 20200516123847
This commit is contained in:
parent
a15b1bebba
commit
d9d00ba60c
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue