mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 11:21:42 +02: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()
|
function phpgwapi_upgrade0_9_13_013()
|
||||||
{
|
{
|
||||||
$GLOBALS['phpgw_setup']->oProc->CreateTable(
|
$GLOBALS['phpgw_setup']->oProc->CreateTable(
|
||||||
'phpgw_history_log' => array(
|
'phpgw_history_log', array(
|
||||||
'fd' => array(
|
'fd' => array(
|
||||||
'history_id' => array('type' => 'auto', 'precision' => 4, 'nullable' => False),
|
'history_id' => array('type' => 'auto', 'precision' => 4, 'nullable' => False),
|
||||||
'history_record_id' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
'history_record_id' => array('type' => 'int', 'precision' => 4, 'nullable' => False),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user