Commit Graph

1 Commits

Author SHA1 Message Date
Sean McGivern 484ae2ee2d Improve indexes on merge_request_diffs
For getting the SHAs from an MR to find pipelines, we get the last 100 MR diffs
for the MR, and find commits from those. This was un-indexed before, because the
index was not a composite index on merge_request_diff_id, id. Changing that
means that this scope can exclusively use indexes.
2017-11-28 16:13:57 +00:00