Skip to content

Commit 97a72c3

Browse files
committed
update comment
1 parent a3a5428 commit 97a72c3

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
@@ -391,7 +391,7 @@ func prepareMigrationTasks() []*migration {
391391
newMigration(319, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
392392
newMigration(320, "Migrate two_factor_policy to login_source table", v1_24.MigrateSkipTwoFactor),
393393

394-
// Gitea 1.24.0 ends at database version 321 (database version 322)
394+
// Gitea 1.24.0 ends at migration ID number 320 (database version 321)
395395
newMigration(321, "Use LONGTEXT for some columns and fix review_state.updated_files column", v1_25.UseLongTextInSomeColumnsAndFixBugs),
396396
newMigration(322, "Extend comment tree_path length limit", v1_25.ExtendCommentTreePathLength),
397397
newMigration(323, "Add unique constraint for user badge", v1_25.AddUniqueIndexForUserBadge),

0 commit comments

Comments
 (0)