Added automatical hook scheduling

This commit is contained in:
Magnus Åhall 2025-08-11 20:54:36 +02:00
parent e0628bc480
commit 463d2805b3
6 changed files with 124 additions and 28 deletions

1
sql/0018.sql Normal file
View file

@ -0,0 +1 @@
ALTER TABLE public.hook DROP CONSTRAINT hook_unique;

1
sql/0019.sql Normal file
View file

@ -0,0 +1 @@
ALTER TABLE public.hook ADD schedule_on_child_update bool DEFAULT false NOT NULL;