aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v108.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-18/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Improve notification (#8835)Lunny Xiao2019-11-121-0/+18
* Improve notifications * batch load user * Update notification only when read * Fix reorder * fix lint * fix test * fix lint * make function meaningful * fix comment