mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
Replace bad upgrade
This commit is contained in:
parent
87f640f4a4
commit
66d5ffff1f
@ -1220,6 +1220,19 @@
|
||||
//return True;
|
||||
}
|
||||
|
||||
$test[] = '0.9.11.002';
|
||||
function upgrade0_9_11_002()
|
||||
{
|
||||
global $phpgw_info, $phpgw_setup;
|
||||
|
||||
$oProc = $phpgw_setup->oProc;
|
||||
$oProc->AddColumn('phpgw_categories','cat_main',array('type' => 'int', 'precision' => 4, 'default' => 0, 'nullable' => False));
|
||||
$oProc->AddColumn('phpgw_categories','cat_level',array('type' => 'int', 'precision' => 4, 'default' => 0, 'nullable' => False));
|
||||
|
||||
$setup_info['phpgwapi']['currentver'] = '0.9.11.003';
|
||||
return $setup_info['phpgwapi']['currentver'];
|
||||
}
|
||||
|
||||
$test[] = '0.9.11.003';
|
||||
function phpgwapi_upgrade0_9_11_003()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user