Skip to content

Commit

Permalink
Improve performance of reviewer list query
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed May 31, 2017
1 parent 7151111 commit a814c0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xml/schema/reviews.xml
Expand Up @@ -89,6 +89,10 @@
<index name="review_assignments_form_id">
<col>review_form_id</col>
</index>
<index name="review_assignments_reviewer_review">
<col>reviewer_id</col>
<col>review_id</col>
</index>
</table>

<!--
Expand Down

0 comments on commit a814c0d

Please sign in to comment.