feat!: due date reminder notifications
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE task_due_date_reminder ADD COLUMN remind_at timestamptz NOT NULL DEFAULT NOW();
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE notification ALTER COLUMN caused_by DROP NOT NULL;
|
||||
UPDATE notification SET caused_by = null WHERE caused_by = '00000000-0000-0000-0000-000000000000';
|
Reference in New Issue
Block a user