I'm new to Drupal and currently feeling my way around, learning as I go on my own. Anyway, earlier today I installed the "Schema" Module along with several other modules. Now however, when I go to "administration>reports>status reports", I'm noticing that it's warning me about the Database Schema, saying that it's "Inconsistent" -with the following message:
Database schema Inconsistent
The Schema comparison report shows:
60 modules with matching tables
1 modules with mis-matching tables
The database schema comparison report provides more details.
When I look at the schema comparison report, it says that 179 match, while 1 is a mismatch. The one that is mismatched is under "SERVICES", more specifically "SERVICES_ENDPOINT", with the following:
column debug - difference on: length
declared: array('description' => 'TODO: please describe this field!', 'type' => 'int', 'length' => 2, 'not null' => TRUE, 'default' => 0)
actual: array('description' => 'Set the endpoint in debug mode.', 'type' => 'int', 'not null' => TRUE, 'default' => 0)
I'm not sure if this is relevant or not, but at the top of the page there is a red dialog box with several "notices" and 1 "warning", which states the following:
Notice: Undefined index: warn in schema_compare() (line 614 of /var/www/drupal/sites/all/modules/schema/schema.module).