forked from lix-project/hydra
2 lines
122 B
MySQL
2 lines
122 B
MySQL
|
create index IndexBuildStepsOnStopTime on BuildSteps(stopTime desc) where startTime is not null and stopTime is not null;
|