Run scheduled scripts

This commit is contained in:
Magnus Åhall 2025-08-08 09:52:32 +02:00
parent 6d05152ab2
commit ef0a20ffe0
7 changed files with 294 additions and 28 deletions

1
sql/0014.sql Normal file
View file

@ -0,0 +1 @@
CREATE INDEX execution_time_start_idx ON public.execution (time_start);