Active
Project:
RelatedContent
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Feb 2010 at 17:01 UTC
Updated:
17 Mar 2010 at 13:52 UTC
In admin/build/schema it appears to have a mismatch:
relatedcontent
o column nid - differences on: not null, default
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
o column vid - difference on: not null
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => 32, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => TRUE, 'default' => '')
o column include_nid - difference on: not null
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'default' => 0)
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0)
*
relatedcontent_view
o column type - difference on: not null
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => 32, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => TRUE, 'default' => '')
o column vid - difference on: not null
declared: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => 32, 'default' => '')
actual: array('description' => t('TODO: please describe this field!'), 'type' => 'varchar', 'length' => '32', 'not null' => TRUE, 'default' => '')
MySQL 5.0.87 was in use and schema module.
Comments
Comment #1
nardberjean commentedAn other shema issue has been mentionned in
http://drupal.org/node/223196
Comment #2
nardberjean commentedOn page http://alimentsdici.info/admin/build/schema appears: