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