summaryrefslogtreecommitdiffstats
path: root/models/migrations/v192.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.
* Add primary_key to issue_index (#16813)zeripath2021-08-251-0/+18
Make the group_id a primary key in issue_index. This already has an unique index and therefore is a good candidate for becoming a primary key. This PR also changes all other uses of this table to add the group_id as the primary key. Fix #16802 Signed-off-by: Andrew Thornton <art27@cantab.net>