chore(magefile): use tx.Sync instead of Sync2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2024-09-05 13:08:16 +02:00
parent 72bb6609a1
commit 0d9c03e0f2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -813,7 +813,7 @@ func init() {
ID: "` + date + `",
Description: "",
Migrate: func(tx *xorm.Engine) error {
return tx.Sync2(` + str + date + `{})
return tx.Sync(` + str + date + `{})
},
Rollback: func(tx *xorm.Engine) error {
return nil