Merge pull request #737 from mailpoet/sending_service_bounce_sync

Add bounce synchronization with MailPoet Sending Service [MAILPOET-696]
This commit is contained in:
mrcasual
2016-12-08 21:47:55 -05:00
committed by GitHub
9 changed files with 480 additions and 1 deletions

View File

@ -106,6 +106,7 @@ class Migrator {
function sendingQueues() {
$attributes = array(
'id mediumint(9) NOT NULL AUTO_INCREMENT,',
'type varchar(12) NULL DEFAULT NULL,',
'newsletter_id mediumint(9) NOT NULL,',
'newsletter_rendered_body longtext,',
'newsletter_rendered_subject varchar(250) NULL DEFAULT NULL,',