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.id, x.finished, x.timestamp, x.project, x.jobset, x.job, x.nixname,
|
||||||
x.description, x.drvpath, x.outpath, x.system, x.longdescription,
|
x.description, x.drvpath, x.outpath, x.system, x.longdescription,
|
||||||
x.license, x.homepage, x.maintainers, x.isCurrent, x.nixExprInput,
|
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
|
b.id as statusChangeId, b.timestamp as statusChangeTime
|
||||||
from
|
from
|
||||||
(select
|
(select
|
||||||
|
|
Loading…
Reference in a new issue