Index: branches/5.0.x/core/units/email_queue/email_queue_config.php =================================================================== diff -u -N -r12495 -r12703 --- branches/5.0.x/core/units/email_queue/email_queue_config.php (.../email_queue_config.php) (revision 12495) +++ branches/5.0.x/core/units/email_queue/email_queue_config.php (.../email_queue_config.php) (revision 12703) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'MessageHeaders' => Array ('type' => 'string', 'default' => NULL), 'MessageBody' => Array ('type' => 'string', 'default' => NULL), - 'Queued' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'not_null' => 1, 'default' => 0), + 'Queued' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), 'SendRetries' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'LastSendRetry' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'not_null' => 1, 'default' => 0), + 'LastSendRetry' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => NULL), 'MailingId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), ),