Update to match changes added to release branch

This commit is contained in:
Miles Lott 2002-03-01 11:30:59 +00:00
parent 2e3ec5c126
commit 8ba02059f3
2 changed files with 10 additions and 2 deletions

View File

@ -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'];

View File

@ -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'];
}
?>