This commit is contained in:
Magnus Åhall 2025-08-07 19:25:05 +02:00
parent 38eef01e34
commit df4cee56af
7 changed files with 292 additions and 74 deletions

View file

@ -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