Rendering and unhooking of hooks

This commit is contained in:
Magnus Åhall 2025-08-07 17:46:37 +02:00
parent 2a04cba42a
commit 83f858285f
4 changed files with 122 additions and 24 deletions

1
sql/0012.sql Normal file
View file

@ -0,0 +1 @@
ALTER TABLE public.hook ADD CONSTRAINT hook_unique UNIQUE (node_id,script_id);