fixup: d'oh, make the migrations from #710 part-2 sequential
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user