Restore accidentally-removed fields to the Builds API

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-11-05 09:43:32 -05:00
parent 385ceaff4d
commit 217ba725a3

View file

@ -603,6 +603,9 @@ makeQueries('ForJob', "and project = ? and jobset = ? and job = ?");
my %hint = (
columns => [
'id',
'finished',
'timestamp',
'starttime',
'stoptime',
'project',