Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split migrations folder (#21549) | Lunny Xiao | 2022-11-02 | 1 | -14/+0 |
| | | | | There are too many files in `models/migrations` folder so that I split them into sub folders. | ||||
* | [BugFix] Fix comment broken issue ref dependence (#12651) | 6543 | 2020-09-04 | 1 | -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> |