mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
ts_project need to allow NULL
This commit is contained in:
parent
91198f95d1
commit
6dc9785a71
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user