Add support for schedules
All checks were successful
Backend Build and Test / build (push) Successful in 6m55s
All checks were successful
Backend Build and Test / build (push) Successful in 6m55s
This commit is contained in:
3
backend/migrations/5_add_schedules.sql
Normal file
3
backend/migrations/5_add_schedules.sql
Normal 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;
|
||||
Reference in New Issue
Block a user