mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Update to match changes added to release branch
This commit is contained in:
parent
2e3ec5c126
commit
8ba02059f3
@ -18,8 +18,8 @@
|
||||
include($appdir . 'tables_update_0_9_14.inc.php');
|
||||
|
||||
/* This is since the last release */
|
||||
$test[] = '0.9.13.017';
|
||||
function phpgwapi_upgrade0_9_13_017()
|
||||
$test[] = '0.9.13.018';
|
||||
function phpgwapi_upgrade0_9_13_018()
|
||||
{
|
||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001';
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
|
@ -407,4 +407,12 @@
|
||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.13.017';
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
}
|
||||
|
||||
$test[] = '0.9.13.017';
|
||||
function phpgwapi_upgrade0_9_13_017()
|
||||
{
|
||||
$GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_history_log','history_old_value',array('type' => 'text','nullable' => False));
|
||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.13.018';
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user