1
0

fix(views): lint

This commit is contained in:
kolaente
2024-03-19 00:36:33 +01:00
parent f3cdd7d15f
commit 30b41bd143
8 changed files with 21 additions and 26 deletions

View File

@ -17,8 +17,9 @@
package migration
import (
"src.techknowlogick.com/xormigrate"
"time"
"src.techknowlogick.com/xormigrate"
"xorm.io/xorm"
)

View File

@ -46,7 +46,7 @@ func (task20240314214802) TableName() string {
func init() {
migrations = append(migrations, &xormigrate.Migration{
ID: "20240314214802",
Description: "make task position seperate",
Description: "make task position separate",
Migrate: func(tx *xorm.Engine) error {
err := tx.Sync2(taskPositions20240314214802{})
if err != nil {