aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v86.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-17/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
|
* Add GET requests to webhook (#6771)Simon2019-05-051-0/+17
* Add GET requests to webhook * make fmt * Handle invalid http method on webhook * Uppercase http method in webhook * Rename v85.go to v86.go * make fmt