Index: branches/5.2.x/core/install/install_schema.sql =================================================================== diff -u -N -r15436 -r15461 --- branches/5.2.x/core/install/install_schema.sql (.../install_schema.sql) (revision 15436) +++ branches/5.2.x/core/install/install_schema.sql (.../install_schema.sql) (revision 15461) @@ -76,7 +76,7 @@ SendRetries int(10) unsigned NOT NULL DEFAULT '0', LastSendRetry int(10) unsigned DEFAULT NULL, MailingId int(10) unsigned NOT NULL DEFAULT '0', - LogData text, + LogData longtext, PRIMARY KEY (EmailQueueId), KEY LastSendRetry (LastSendRetry), KEY SendRetries (SendRetries),