taskcafe/migrations/0071_add-task_due_date_notification-at-col.up.sql

2 lines
92 B
MySQL
Raw Normal View History

2021-11-18 00:11:28 +01:00
ALTER TABLE task_due_date_reminder ADD COLUMN remind_at timestamptz NOT NULL DEFAULT NOW();