Sebastiaan de Schaetzen 1e463fec55
All checks were successful
Backend Build and Test / build (push) Successful in 2m28s
Add support for schedules
2025-05-30 20:19:20 +02:00

4 lines
133 B
SQL

alter table tasks add column schedule text;
alter table tasks add column completed date;
alter table tasks add column next_run date;