forked from extern/egroupware
removed 1.2.002 update as it exceeded the max index of 1000Byte under MySQL
This commit is contained in:
parent
145a1d0f6b
commit
a523bb4409
@ -1089,12 +1089,7 @@
|
|||||||
$test[] = '1.2.002';
|
$test[] = '1.2.002';
|
||||||
function phpgwapi_upgrade1_2_002()
|
function phpgwapi_upgrade1_2_002()
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_setup']->oProc->AlterColumn('egw_contentmap','map_locuid',array(
|
// removed 1.2.002 update as it exceeded the max index of 1000Byte under MySQL, 1.2.004 does the right thing now
|
||||||
'type' => 'varchar',
|
|
||||||
'precision' => '128',
|
|
||||||
'nullable' => False
|
|
||||||
));
|
|
||||||
|
|
||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.003';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.003';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user