Sebastiaan de Schaetzen 06c8ebcbcc
All checks were successful
Backend Build and Test / build (push) Successful in 3m42s
Backend Deploy / build (push) Successful in 4m46s
Add support for schedules (#137)
Reviewed-on: #137
2025-05-30 20:22:33 +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;