Fix migration 20200516123847
This commit is contained in:
parent
a15b1bebba
commit
d9d00ba60c
@ -36,6 +36,10 @@ type list20200516123847 struct {
|
|||||||
Updated timeutil.TimeStamp `xorm:"updated not null" json:"updated"`
|
Updated timeutil.TimeStamp `xorm:"updated not null" json:"updated"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (l *list20200516123847) TableName() string {
|
||||||
|
return "list"
|
||||||
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
migrations = append(migrations, &xormigrate.Migration{
|
migrations = append(migrations, &xormigrate.Migration{
|
||||||
ID: "20200516123847",
|
ID: "20200516123847",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user