"fixed typo ab_id instead of contact_id in the primary key"

This commit is contained in:
Ralf Becker 2007-04-26 06:01:20 +00:00
parent 2b0154e116
commit 07c2be0891

View File

@ -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()