summaryrefslogtreecommitdiffstats
path: root/models/migrations/v197.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-20/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+20
- Update default branch if needed - Update protected branch if needed - Update all not merged pull request base branch name - Rename git branch - Record this rename work and auto redirect for old branch on ui Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: delvh <dev.lh@web.de>