- Implements post notification scheduling

This commit is contained in:
Vlad
2016-03-18 09:58:40 -04:00
parent 6e289b6a8f
commit bb9fce7f82
7 changed files with 84 additions and 23 deletions

View File

@@ -175,6 +175,18 @@ class Populator {
'name' => 'nthWeekDay',
'newsletter_type' => 'notification',
),
array(
'name' => 'schedule',
'newsletter_type' => 'notification',
),
array(
'name' => 'lastRunTime',
'newsletter_type' => 'notification',
),
array(
'name' => 'lastRunResults',
'newsletter_type' => 'notification',
),
);
}