forked from extern/egroupware
Add some missing, recent routines
This commit is contained in:
parent
257dd469cf
commit
572254ada6
@ -1385,10 +1385,21 @@
|
|||||||
//return True;
|
//return True;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '0.9.11.011';
|
||||||
|
function upgrade0_9_11_011()
|
||||||
|
{
|
||||||
|
global $setup_info;
|
||||||
|
|
||||||
|
$setup_info['phpgwapi']['currentver'] = '0.9.13.001';
|
||||||
|
return $setup_info['phpgwapi']['currentver'];
|
||||||
|
}
|
||||||
|
|
||||||
$test[] = '0.9.13.001';
|
$test[] = '0.9.13.001';
|
||||||
function phpgwapi_upgrade0_9_13_001()
|
function phpgwapi_upgrade0_9_13_001()
|
||||||
{
|
{
|
||||||
global $setup_info;
|
global $setup_info,$phpgw_setup;
|
||||||
|
|
||||||
|
$phpgw_setup->oProc->AlterColumn('phpgw_categories','cat_access', array('type' => 'varchar', 'precision' => 7));
|
||||||
$setup_info['phpgwapi']['currentver'] = '0.9.13.002';
|
$setup_info['phpgwapi']['currentver'] = '0.9.13.002';
|
||||||
return $setup_info['phpgwapi']['currentver'];
|
return $setup_info['phpgwapi']['currentver'];
|
||||||
//return True;
|
//return True;
|
||||||
|
Loading…
Reference in New Issue
Block a user