Skip to content

Commit 7ffcd7f

Browse files
qwerty287delvh
andauthored
Update models/migrations/v1_23/v306.go
Co-authored-by: delvh <[email protected]>
1 parent 3149ae8 commit 7ffcd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/v1_23/v306.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ func MigrateToXormigrate(x *xorm.Engine) error {
280280
v := currentVersion.Version
281281
if minDBVersion > v {
282282
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.`)
283+
Please try upgrading to i.e. v1.6.4 first, then upgrade to this version.`)
284284
return nil
285285
}
286286

0 commit comments

Comments
 (0)