mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 01:59:34 -05:00
chore(magefile): use tx.Sync instead of Sync2
(cherry picked from commit 0d9c03e0f2)
This commit is contained in:
@@ -793,7 +793,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
|
||||
|
||||
Reference in New Issue
Block a user