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