Index: branches/5.0.x/core/units/logs/change_logs/change_logs_config.php =================================================================== diff -u -N -r12506 -r12703 --- branches/5.0.x/core/units/logs/change_logs/change_logs_config.php (.../change_logs_config.php) (revision 12506) +++ branches/5.0.x/core/units/logs/change_logs/change_logs_config.php (.../change_logs_config.php) (revision 12703) @@ -1,6 +1,6 @@ 1, 'not_null' => 1, 'default' => 0 ), - 'OccuredOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'time_format' => 'H:i:s', 'not_null' => 1, 'default' => 0), + 'OccuredOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'time_format' => 'H:i:s', 'default' => NULL), 'Prefix' => Array ( 'type' => 'string', 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT DISTINCT %s FROM '.TABLE_PREFIX.'ChangeLogs ORDER BY Phrase', @@ -115,7 +115,7 @@ 'max_len' => 255, 'not_null' => 1, 'default' => '' ), 'ItemId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'Changes' => Array ('type' => 'string', 'formatter' => 'kChangesFormatter', 'not_null' => 1, 'default' => ''), + 'Changes' => Array ('type' => 'string', 'formatter' => 'kChangesFormatter', 'default' => NULL), 'MasterPrefix' => Array ( 'type' => 'string', 'formatter' => 'kOptionsFormatter', 'options_sql' => 'SELECT DISTINCT %s FROM '.TABLE_PREFIX.'ChangeLogs ORDER BY Phrase',