feat: redesign task due date manager
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE task ADD COLUMN has_time boolean NOT NULL DEFAULT false;
|
||||
UPDATE task SET has_time = true;
|
||||
Reference in New Issue
Block a user