fix: lint
This commit is contained in:
parent
a98119f2d6
commit
a31086a7a9
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ func (user20211212151642) TableName() string {
|
||||||
func init() {
|
func init() {
|
||||||
migrations = append(migrations, &xormigrate.Migration{
|
migrations = append(migrations, &xormigrate.Migration{
|
||||||
ID: "20211212151642",
|
ID: "20211212151642",
|
||||||
Description: "Add user langauge field",
|
Description: "Add user language field",
|
||||||
Migrate: func(tx *xorm.Engine) error {
|
Migrate: func(tx *xorm.Engine) error {
|
||||||
return tx.Sync2(user20211212151642{})
|
return tx.Sync2(user20211212151642{})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue