forked from extern/egroupware
missed one call in last commit
This commit is contained in:
parent
e24ae27e48
commit
b5854dbaee
@ -405,7 +405,7 @@
|
||||
|
||||
function CreateTable($oProc, &$aTables, $sTableName, $aTableDef)
|
||||
{
|
||||
if($oProc->_GetTableSQL($sTableName, $aTableDef, $sTableSQL, $sSequenceSQL))
|
||||
if($oProc->_GetTableSQL($sTableName, $aTableDef, $sTableSQL, $sSequenceSQL,$append_ix))
|
||||
{
|
||||
/* create sequence first since it will be needed for default */
|
||||
if($sSequenceSQL != '')
|
||||
|
Loading…
Reference in New Issue
Block a user