mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-03 01:17:00 +00:00
fix migration
This commit is contained in:
parent
4ba788d2da
commit
2481e83e45
@ -386,7 +386,7 @@ func prepareMigrationTasks() []*migration {
|
|||||||
|
|
||||||
// Gitea 1.24.0 ends at 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(321, "Use LONGTEXT for some columns and fix review_state.updated_files column", v1_25.UseLongTextInSomeColumnsAndFixBugs),
|
||||||
newMigration(321, "Add support for actions concurrency", v1_25.AddActionsConcurrency),
|
newMigration(322, "Add support for actions concurrency", v1_25.AddActionsConcurrency),
|
||||||
}
|
}
|
||||||
return preparedMigrations
|
return preparedMigrations
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user