hydra/src/sql/upgrade-37.sql

2 lines
122 B
MySQL
Raw Normal View History

2015-07-10 13:08:34 +00:00
create index IndexBuildStepsOnStopTime on BuildSteps(stopTime desc) where startTime is not null and stopTime is not null;