mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix parameter list for createtable call in 0.9.13 upgrade
This commit is contained in:
parent
89324029f1
commit
d14316cc8d
@ -2139,7 +2139,7 @@
|
||||
function phpgwapi_upgrade0_9_13_013()
|
||||
{
|
||||
$GLOBALS['phpgw_setup']->oProc->CreateTable(
|
||||
'phpgw_history_log' => array(
|
||||
'phpgw_history_log', array(
|
||||
'fd' => array(
|
||||
'history_id' => array('type' => 'auto', 'precision' => 4, 'nullable' => False),
|
||||
'history_record_id' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
||||
@ -2161,4 +2161,4 @@
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user