signup_status_limit.install
line 63

was:
'primary key' => array('nid, cid'),
should be:
'primary key' => array('nid', 'cid'),

someone just forgot the single quotes, schema module freaks out and shows red in status report. this makes it go away.

Comments

mausolos’s picture

whoops, I mean, line 59. sorry!

mausolos’s picture

Assigned: mausolos » Unassigned
scottrigby’s picture

Status: Patch (to be ported) » Active

This is not a patch