2 lines
79 B
MySQL
2 lines
79 B
MySQL
|
create index IndexBuildsOnFinishedStopTime on Builds(finished, stoptime DESC);
|