forked from extern/egroupware
Fix uc setting phpgw_nextid, should be appname, as the update file says
This commit is contained in:
parent
ccd52fc7a8
commit
095ff431c0
@ -167,7 +167,7 @@
|
|||||||
'pk' => array(),
|
'pk' => array(),
|
||||||
'fk' => array(),
|
'fk' => array(),
|
||||||
'ix' => array(),
|
'ix' => array(),
|
||||||
'uc' => array('id')
|
'uc' => array('appname')
|
||||||
),
|
),
|
||||||
'phpgw_categories' => array(
|
'phpgw_categories' => array(
|
||||||
'fd' => array(
|
'fd' => array(
|
||||||
|
Loading…
Reference in New Issue
Block a user