Hooking
This commit is contained in:
parent
38eef01e34
commit
df4cee56af
7 changed files with 292 additions and 74 deletions
3
node.go
3
node.go
|
|
@ -98,6 +98,9 @@ func GetNode(nodeID int) (node Node, err error) { // {{{
|
|||
INNER JOIN public.script s ON h.script_id = s.id
|
||||
WHERE
|
||||
h.node_id = n.id
|
||||
ORDER BY
|
||||
s.group ASC,
|
||||
s.name ASC
|
||||
) AS res
|
||||
)
|
||||
, '[]'::jsonb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue