1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Improve action table indices (#19472)

This commit is contained in:
zeripath
2022-06-18 09:46:50 +01:00
committed by GitHub
parent dd1ed35f75
commit 5d653cc10d
3 changed files with 88 additions and 7 deletions

View File

@ -387,6 +387,8 @@ var migrations = []Migration{
NewMigration("Add auto merge table", addAutoMergeTable),
// v215 -> v216
NewMigration("allow to view files in PRs", addReviewViewedFiles),
// v216 -> v217
NewMigration("Improve Action table indices", improveActionTableIndices),
}
// GetCurrentDBVersion returns the current db version