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

This commit is contained in:
Eelco Dolstra
2016-02-17 10:30:23 +01:00
parent e46acbf05b
commit d7a123fcd4
7 changed files with 41 additions and 11 deletions
+1
View File
@@ -0,0 +1 @@
alter table BuildSteps add column overhead integer;