Index: trunk/extensions/CodeReview/codereview.sql |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | |
57 | 57 | primary key (cr_repo_id, cr_id), |
58 | 58 | key (cr_repo_id, cr_timestamp), |
59 | | - key cr_repo_author (cr_repo_id, cr_author) |
| 59 | + key cr_repo_author (cr_repo_id, cr_author, cr_timestamp) |
60 | 60 | ) /*$wgDBTableOptions*/; |
61 | 61 | |
62 | 62 | -- |