This commit is contained in:
Eelco Dolstra
2009-10-26 17:03:48 +00:00
parent e25f112b82
commit 9aa70716ad
3 changed files with 7 additions and 2 deletions

View File

@ -259,7 +259,8 @@ QUERY
select
x.id, x.finished, x.timestamp, x.project, x.jobset, x.job, x.nixname,
x.description, x.drvpath, x.outpath, x.system, x.longdescription,
x.license, x.homepage, x.maintainers, x.isCurrent,
x.license, x.homepage, x.maintainers, x.isCurrent, x.nixExprInput,
x.nixExprPath,
b.id as statusChangeId, b.timestamp as statusChangeTime
from
(select project, jobset, job, system, max(id) as id