hydra/src/sql/upgrade-18.sql

2 lines
79 B
MySQL
Raw Normal View History

create index IndexBuildsOnFinishedStopTime on Builds(finished, stoptime DESC);