Add support for schedules
All checks were successful
Backend Build and Test / build (push) Successful in 6m55s

This commit is contained in:
2025-05-30 20:19:20 +02:00
parent 5a20e76df2
commit 1e463fec55
11 changed files with 199 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
alter table tasks add column schedule text;
alter table tasks add column completed date;
alter table tasks add column next_run date;