Implemented reminder

This commit is contained in:
Magnus Åhall 2024-03-30 17:43:21 +01:00
parent d89d63803f
commit c352176417
3 changed files with 48 additions and 27 deletions

1
sql/00019.sql Normal file
View file

@ -0,0 +1 @@
ALTER TABLE public.schedule ADD COLUMN remind_minutes int NOT NULL DEFAULT 0;