Keep track of the time we spend copying to/from build machines

This commit is contained in:
Eelco Dolstra
2016-02-17 10:28:42 +01:00
parent e46acbf05b
commit d7a123fcd4
7 changed files with 41 additions and 11 deletions

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

@@ -0,0 +1 @@
alter table BuildSteps add column overhead integer;