As reported by schema module.
This is caused by the primary key being declared:
'primary key' => array('class,code'),
When it should be:
'primary key' => array('class', 'code'),
Fixed in 6.x-1.x-dev
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
lyricnz commentedThis is caused by the primary key being declared:
When it should be:
Comment #2
lyricnz commentedFixed in 6.x-1.x-dev