aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v1_16/v203.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/migrations/v1_16/v203.go')
-rw-r--r--models/migrations/v1_16/v203.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/migrations/v1_16/v203.go b/models/migrations/v1_16/v203.go
index 26ec135a07..e8e6b52453 100644
--- a/models/migrations/v1_16/v203.go
+++ b/models/migrations/v1_16/v203.go
@@ -13,5 +13,5 @@ func AddProjectIssueSorting(x *xorm.Engine) error {
Sorting int64 `xorm:"NOT NULL DEFAULT 0"`
}
- return x.Sync2(new(ProjectIssue))
+ return x.Sync(new(ProjectIssue))
}