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
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

solipsist - August 27, 2009 - 12:16
Version:6.x-1.3» 6.x-1.x-dev
Status:active» fixed

Thanks for reporting. Will be fixed in the next release.

#2

System Message - September 10, 2009 - 12:20
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.