Closed (fixed)
Project:
Block Revisions
Version:
6.x-1.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2010 at 13:35 UTC
Updated:
5 Apr 2010 at 14:20 UTC
The error says:
Database schema Inconsistent
The Schema comparison report shows:
* 32 modules with matching tables
* 1 module with mis-matching tables
The database schema comparison report provides more details.
and I get this from the schema comparison report:
Mismatch (1)
Tables for which the schema and database are different.
block
* boxes
o uid: unexpected column in database
o timestamp: unexpected column in database
You probably forgot to notify Drupal of the changes you made to the boxes table...
Comments
Comment #1
mr.baileysThanks for reporting this.
You are correct, the .install file was missing an hook_schema_alter() implementation to update the schema for the boxes table. This has now been resolved and the fix will be included in the next release.