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
Comment #1
mausolos commentedwhoops, I mean, line 59. sorry!
Comment #2
mausolos commentedComment #3
scottrigbyThis is not a patch