can send emails on a whim

This commit is contained in:
Bryce Covert
2018-04-13 20:28:31 -07:00
parent c8e959bd40
commit 431c2883e2
9 changed files with 103 additions and 31 deletions

View File

@@ -0,0 +1 @@
-- 1523666882 DOWN add-email-fields-to-reminders

View File

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