schema module reports mismatching tables (no big deal but - necessary to fix )
rsvelko - August 14, 2009 - 19:04
| Project: | Watcher |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Here:
watcher_nodes
column mail:
declared: array('type' => 'varchar', 'length' => 128, 'default' => )
actual: array('type' => 'varchar', 'length' => '128', 'not null' => TRUE, 'default' => '')
column watch_for:
declared: array('type' => 'int', 'size' => 'tiny', 'default' => )
actual: array('type' => 'int', 'size' => 'tiny', 'not null' => FALSE, 'disp-width' => '4')
column watch_for: key 'not null' not set, ignoring inspected default value

#1
Thanks for reporting. Will be fixed in the next release.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.