aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v148.go
Commit message (Collapse)AuthorAgeFilesLines
* [BugFix] Fix comment broken issue ref dependence (#12651)65432020-09-041-0/+14
* deleteIssuesByRepoID: delete related CommentTypeRemoveDependency & CommentTypeAddDependency comments too * Ignore ErrIssueNotExist on comment.LoadDepIssueDetails() * Add migration * Ignore 'dependent_issue_id = 0' case * exchange as per @lunny Co-authored-by: techknowlogick <techknowlogick@gitea.io>