Closed (fixed)
Project:
Draft
Version:
6.x-1.6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Apr 2009 at 00:56 UTC
Updated:
22 Apr 2009 at 12:57 UTC
column uid:
declared: array('type' => 'int', 'length' => 11, 'not null' => TRUE)
actual: array('type' => 'int', 'not null' => TRUE, 'disp-width' => '11')
column updated:
declared: array('type' => 'int', 'length' => 11, 'not null' => TRUE)
actual: array('type' => 'int', 'not null' => TRUE, 'disp-width' => '11')
how to do?
Comments
Comment #1
darren.ferguson commentedLooks like the schema module does not like the length portion in the draft module table definitition.
Will see if it is possible to fix with schema updates or not. It might not be in which case i will be leaving it alone since it does not affect the module functionality.
Comment #2
darren.ferguson commentedPer this node this is something that the schema module does not handle correctly since it is mysql generated and not in drupal hence this is invalid and will not be touched for this module.
http://drupal.org/node/342487