Commit c43db0e7 authored by preetwinder's avatar preetwinder

add nocapacity and list storage in scenario

parent 44e92bd0
......@@ -59,6 +59,10 @@
///////////////////////////
return g.run({
type: "query",
sub_storage: {
type: "list",
sub_storage: {
type: "nocapacity",
sub_storage: {
type: "uuid",
sub_storage: {
......@@ -68,6 +72,8 @@
}]
}
}
}
}
});
///////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment