ts_project need to allow NULL

This commit is contained in:
Ralf Becker 2014-02-25 10:30:27 +00:00
parent 91198f95d1
commit 6dc9785a71

View File

@ -93,7 +93,6 @@ function timesheet_upgrade1_9_001()
$GLOBALS['egw_setup']->oProc->AlterColumn('egw_timesheet','ts_project',array(
'type' => 'varchar',
'precision' => '255',
'nullable' => False,
'comment' => 'project title'
));
$GLOBALS['egw_setup']->oProc->AlterColumn('egw_timesheet','ts_title',array(