This commit is contained in:
stuzer05 2023-02-24 23:27:56 +02:00
parent 775c663805
commit 875087061f
1 changed files with 2 additions and 0 deletions

View File

@ -467,6 +467,8 @@ var migrations = []Migration{
// v244 -> v245
NewMigration("Add NeedApproval to actions tables", v1_20.AddNeedApprovalToActionRun),
NewMigration("Add TimeEstimate to issue table", v1_20.AddTimeEstimateColumnToIssueTable),
NewMigration("Add TimeTracked, TimeEstimate to comment table", v1_20.AddColumnsToCommentTable),
}
// GetCurrentDBVersion returns the current db version