mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
added extra param append_ix to _GetTableSQL (used only by pgsql, but gives warning if not there)
This commit is contained in:
parent
140a9fb5df
commit
35b80dabd2
@ -334,7 +334,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