From 50662c816dd59e0f75b3da01556fa94f6723165b Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 11 Sep 2025 21:07:54 +0200 Subject: [PATCH] Update models/migrations/migrations.go Signed-off-by: techknowlogick --- models/migrations/migrations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go index 8946c80bf0..1b1558f39d 100644 --- a/models/migrations/migrations.go +++ b/models/migrations/migrations.go @@ -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), }