mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +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)
|
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…
Reference in New Issue
Block a user