can send emails on a whim
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- 1523666882 DOWN add-email-fields-to-reminders
|
||||
@@ -0,0 +1,4 @@
|
||||
-- 1523666882 UP add-email-fields-to-reminders
|
||||
ALTER table reminders add column email varchar(255);
|
||||
ALTER table reminders add column subject varchar(255);
|
||||
ALTER table reminders add column body text;
|
||||
Reference in New Issue
Block a user