Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split migrations folder (#21549) | Lunny Xiao | 2022-11-02 | 1 | -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) | zeripath | 2021-08-25 | 1 | -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> |