| Project: | SQL Cron |
| Version: | 6.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have a brand new install of drupal-6.16 with the schema 6.1.7 module installed.
When I go to view the schema I am notified of a table mismatch. Can you advise? Should I be reporting to the Schema issues or this one?
Mismatch (1)
Tables for which the schema and database are different.
sqlcron*
sqlcron
o column result - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'length' => 11, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'not null' => TRUE, 'default' => 0)
o column lastrun - difference on: length
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'length' => 11, 'not null' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'not null' => TRUE, 'default' => 0)
Thank you in advance for putting up with my issue.