I have schema module installed and reports a mis match, is this ok to continue?
column revision_id - differences on: not null, default
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE)
actual: array('description' => 'The entity revision ID this term is attached to.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)

CommentFileSizeAuthor
#1 1678868-table-mismatch-1.patch1.34 KBsaltednut

Comments

saltednut’s picture

Version: 7.x-1.0-beta4 » 7.x-1.x-dev
StatusFileSize
new1.34 KB

@kaizerking I downloaded and enabled the schema module and saw the same thing. The following patch should fix this. I've tested it from a clean install and also tested the update hooks and I'm no longer seeing errors from the schema module.

saltednut’s picture

Status: Active » Needs review
kaizerking’s picture

It working and now no mismatch

saltednut’s picture

Title: Table mismatch » Fix table mismatch shown in schema module
Category: bug » task
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.