mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
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)
|
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 */
|
/* create sequence first since it will be needed for default */
|
||||||
if($sSequenceSQL != '')
|
if($sSequenceSQL != '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user