poll_vote
column chid - difference on: default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
column nid - difference on: default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
Comments
Comment #1
lyricnz commentedI did not get the problem with 'nid'. Patch fixes 'chid'.
Comment #2
catchComment #3
marcingy commentedLooks good.
Comment #4
webchickCommitted to 7.x. Thanks!