mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-11 00:35:15 +02:00
Update models/migrations/migrations.go
Signed-off-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user