summaryrefslogtreecommitdiffstats
path: root/models/migrations/v126.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-25/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Update topics repo count when deleting repository (#10051)Lauris BH2020-01-311-0/+25
* Update topics repo count when deleting repository * Add migration to fix incorrect data * Optimize to use single update to recalculate values