The schema module is reporting a table for which the schema and database are different under top_searches:

column qid - differences on: not null, length
declared: array('description' => 'TODO: please describe this field!', 'type' => 'serial', 'unsigned' => TRUE, 'length' => 11)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE)

column counter - difference on: length
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'length' => 11, 'default' => 0)
actual: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, 'default' => 0)

Comments

deanflory’s picture

Any progress on this?

deanflory’s picture