added reminder scheduling and sending.
This commit is contained in:
@@ -3,6 +3,6 @@ CREATE TABLE reminders
|
||||
(
|
||||
id serial primary key,
|
||||
vendor_id integer,
|
||||
scheduled date,
|
||||
sent date
|
||||
scheduled timestamp with time zone,
|
||||
sent timestamp with time zone
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user