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;
|