forked from forgejo/forgejo
Improve action table indices (#19472)
This commit is contained in:
parent
dd1ed35f75
commit
5d653cc10d
3 changed files with 88 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue