Index builds on stop time
This is necessary to make the /all page fast, since it sorts builds on descending stop time.
This commit is contained in:
1
src/sql/upgrade-18.sql
Normal file
1
src/sql/upgrade-18.sql
Normal file
@ -0,0 +1 @@
|
||||
create index IndexBuildsOnFinishedStopTime on Builds(finished, stoptime DESC);
|
Reference in New Issue
Block a user