hydra: added missing fields to query
This commit is contained in:
parent
4f5ed95bb9
commit
b25761d7b2
|
@ -545,7 +545,7 @@ QUERY
|
|||
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.nixExprInput,
|
||||
x.nixExprPath,
|
||||
x.nixExprPath, x.maxsilent, x.timeout,
|
||||
b.id as statusChangeId, b.timestamp as statusChangeTime
|
||||
from
|
||||
(select
|
||||
|
|
Loading…
Reference in a new issue