Index: branches/5.0.x/in-commerce/units/downloads/downloads_config.php =================================================================== diff -u -r12674 -r12699 --- branches/5.0.x/in-commerce/units/downloads/downloads_config.php (.../downloads_config.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/downloads/downloads_config.php (.../downloads_config.php) (revision 12699) @@ -1,6 +1,6 @@ Array('type' => 'int','not_null' => 1, 'default' => 0), 'Filename' => Array('type' => 'string','not_null' => 1, 'default' => ''), 'IPAddress' => Array('type' => 'string','not_null' => 1, 'default' => ''), - 'StartedOn' => Array('type' => 'int','formatter' => 'kDateFormatter','not_null' => 1, 'default' => 0), - 'EndedOn' => Array('type' => 'int','formatter' => 'kDateFormatter','not_null' => 1, 'default' => 0), + 'StartedOn' => Array('type' => 'int','formatter' => 'kDateFormatter', 'default' => NULL), + 'EndedOn' => Array('type' => 'int','formatter' => 'kDateFormatter', 'default' => NULL), ), 'VirtualFields' => Array( ),