Files
gerrit/gerrit-acceptance-tests
Dave Borowitz 596174ec50 Batch more deletes together when deleting draft changes
Rather than looping over all patch sets and doing lookup/delete per
patch set across several tables, just lookup/delete by change at the
end of the loop. The AccountPatchReviews table does not have an index
for this, so leave that one in the loop.

Change-Id: I4676fda28c6635e67f717c84b66657d24cc285e1
2015-08-05 07:21:17 -07:00
..