aboutsummaryrefslogtreecommitdiffstats
path: root/models/migrations/v150.go
Commit message (Collapse)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-39/+0
| | | | There are too many files in `models/migrations` folder so that I split them into sub folders.
* Add Primary Key to Topic and RepoTopic (#12639)zeripath2020-09-101-0/+39
Add a primary key to Topic and RepoTopic tables Fix #8920 Signed-off-by: Andrew Thornton <art27@cantab.net>