|
@@ -212,8 +212,6 @@ var migrations = []Migration{ |
|
|
NewMigration("Add ResolveDoerID to Comment table", addResolveDoerIDCommentColumn), |
|
|
NewMigration("Add ResolveDoerID to Comment table", addResolveDoerIDCommentColumn), |
|
|
// v139 -> v140 |
|
|
// v139 -> v140 |
|
|
NewMigration("prepend refs/heads/ to issue refs", prependRefsHeadsToIssueRefs), |
|
|
NewMigration("prepend refs/heads/ to issue refs", prependRefsHeadsToIssueRefs), |
|
|
// v140 -> v141 |
|
|
|
|
|
NewMigration("init selected tag", initSelectedTag), |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// GetCurrentDBVersion returns the current db version |
|
|
// GetCurrentDBVersion returns the current db version |
|
|