aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v148.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-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)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>