All checks were successful
Backend Build and Test / build (push) Successful in 2m28s
4 lines
133 B
SQL
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;
|