mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"fixed typo ab_id instead of contact_id in the primary key"
This commit is contained in:
parent
2b0154e116
commit
07c2be0891
@ -544,7 +544,7 @@
|
||||
'list_added' => array('type' => 'int','precision' => '8'),
|
||||
'list_added_by' => array('type' => 'int','precision' => '4')
|
||||
),
|
||||
'pk' => array('ab_id','list_id'),
|
||||
'pk' => array('contact_id','list_id'),
|
||||
'fk' => array(),
|
||||
'ix' => array(),
|
||||
'uc' => array()
|
||||
|
Loading…
Reference in New Issue
Block a user