Update models/migrations/migrations.go

Signed-off-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
techknowlogick
2025-09-11 21:07:54 +02:00
committed by GitHub
parent df90dbb633
commit 50662c816d
+1 -1
View File
@@ -391,7 +391,7 @@ func prepareMigrationTasks() []*migration {
newMigration(319, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
newMigration(320, "Migrate two_factor_policy to login_source table", v1_24.MigrateSkipTwoFactor),
// Gitea 1.24.0 ends at migration ID number 320 (database version 321)
// Gitea 1.24.0 ends at database version 321
newMigration(321, "Use LONGTEXT for some columns and fix review_state.updated_files column", v1_25.UseLongTextInSomeColumnsAndFixBugs),
newMigration(322, "Extend comment tree_path length limit", v1_25.ExtendCommentTreePathLength),
}