forked from lix-project/hydra
84acccb3ea
This is necessary to make the /all page fast, since it sorts builds on descending stop time.
2 lines
79 B
SQL
2 lines
79 B
SQL
create index IndexBuildsOnFinishedStopTime on Builds(finished, stoptime DESC);
|