Added automatical hook scheduling
This commit is contained in:
parent
e0628bc480
commit
463d2805b3
6 changed files with 124 additions and 28 deletions
3
node.go
3
node.go
|
|
@ -94,7 +94,8 @@ func GetNode(nodeID int) (node Node, err error) { // {{{
|
|||
h.id,
|
||||
to_jsonb(s) AS script,
|
||||
ssh,
|
||||
env
|
||||
env,
|
||||
schedule_on_child_update AS ScheduleOnChildUpdate
|
||||
FROM hook h
|
||||
INNER JOIN public.script s ON h.script_id = s.id
|
||||
WHERE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue