Index: branches/5.0.x/in-commerce/units/files/files_config.php =================================================================== diff -u -r12674 -r12699 --- branches/5.0.x/in-commerce/units/files/files_config.php (.../files_config.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/files/files_config.php (.../files_config.php) (revision 12699) @@ -1,6 +1,6 @@ Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'IsPrimary' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'Priority' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), - 'AddedOn' => Array('type' => 'int','formatter' => 'kDateFormatter','not_null' => '1','default' => '#NOW#'), + 'AddedOn' => Array('type' => 'int','formatter' => 'kDateFormatter', 'default' => '#NOW#'), 'AddedById' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'MIMEType' => Array('type' => 'string','not_null' => '1','default' => ''), ),