We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3149ae8 commit 7ffcd7fCopy full SHA for 7ffcd7f
models/migrations/v1_23/v306.go
@@ -280,7 +280,7 @@ func MigrateToXormigrate(x *xorm.Engine) error {
280
v := currentVersion.Version
281
if minDBVersion > v {
282
log.Fatal(`Gitea no longer supports auto-migration from your previously installed version.
283
-Please try upgrading to a lower version first (suggested v1.6.4), then upgrade to this version.`)
+Please try upgrading to i.e. v1.6.4 first, then upgrade to this version.`)
284
return nil
285
}
286
0 commit comments