Skip to content

Commit e15e205

Browse files
authored
Update models/migrations/migrations.go
Signed-off-by: wxiaoguang <[email protected]>
1 parent f3c42bc commit e15e205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ func prepareMigrationTasks() []*migration {
393393

394394
// Gitea 1.24.0 ends at database version 321
395395
newMigration(321, "Use LONGTEXT for some columns and fix review_state.updated_files column", v1_25.UseLongTextInSomeColumnsAndFixBugs),
396-
newMigration(322, "Extend comment treepath length to 1024", v1_25.ExtendCommentTreePathLength),
396+
newMigration(322, "Extend comment tree_path length limit", v1_25.ExtendCommentTreePathLength),
397397
}
398398
return preparedMigrations
399399
}

0 commit comments

Comments
 (0)