forked from lix-project/hydra
Add value and dependency fields to eval json output.
This commit is contained in:
parent
da73eb5f8a
commit
268f273a3e
|
@ -172,8 +172,10 @@ __PACKAGE__->belongs_to(
|
|||
my %hint = (
|
||||
columns => [
|
||||
"revision",
|
||||
"value",
|
||||
"type",
|
||||
"uri"
|
||||
"uri",
|
||||
'dependency',
|
||||
],
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue