Add page showing latest build steps

This commit is contained in:
Eelco Dolstra
2015-07-10 15:08:34 +02:00
parent 0da08df4eb
commit b09f7e0989
8 changed files with 83 additions and 2 deletions

1
src/sql/upgrade-37.sql Normal file
View File

@@ -0,0 +1 @@
create index IndexBuildStepsOnStopTime on BuildSteps(stopTime desc) where startTime is not null and stopTime is not null;