1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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