forked from extern/egroupware
setting the default for phpgw_cal_user.cal_type to 'u' direct on the first update from 0.9.13.007
This commit is contained in:
parent
44eaf69f8f
commit
d7ecf3c26f
@ -922,7 +922,7 @@
|
|||||||
'type' => 'varchar',
|
'type' => 'varchar',
|
||||||
'precision' => '1',
|
'precision' => '1',
|
||||||
'nullable' => False,
|
'nullable' => False,
|
||||||
'default' => ''
|
'default' => 'u'
|
||||||
));
|
));
|
||||||
|
|
||||||
$GLOBALS['phpgw_setup']->oProc->CreateTable('phpgw_cal_extra',array(
|
$GLOBALS['phpgw_setup']->oProc->CreateTable('phpgw_cal_extra',array(
|
||||||
@ -939,7 +939,7 @@
|
|||||||
|
|
||||||
$GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_cal_alarm');
|
$GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_cal_alarm');
|
||||||
|
|
||||||
$GLOBALS['setup_info']['calendar']['currentver'] = '0.9.16.001';
|
$GLOBALS['setup_info']['calendar']['currentver'] = '0.9.16.002';
|
||||||
return $GLOBALS['setup_info']['calendar']['currentver'];
|
return $GLOBALS['setup_info']['calendar']['currentver'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user