fixup: d'oh, make the migrations from #710 part-2 sequential

This commit is contained in:
Graham Christensen
2020-02-11 08:35:35 -05:00
parent 0dbf0a361e
commit 834793468f
4 changed files with 13 additions and 13 deletions

View File

@ -1,4 +0,0 @@
-- Index more exactly what the latest-finished query looks for.
create index IndexFinishedSuccessfulBuilds
on Builds(id DESC, buildstatus, finished, job, jobset_id)
where buildstatus = 0 and finished = 1;