Posted by oib on April 22, 2009 at 1:23am
Jump to:
| Project: | Bibliography Module |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | oib |
| Status: | closed (fixed) |
Issue Summary
column weight:
declared: array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'disp-width' => '11')
how to do?
thank you
Comments
#1
Which table is that in?
#2
sorry 4 my incomplete request
its the biblio_field_type table
there are 2 more mismatches
table biblio_types
column tid:
declared: array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'disp-width' => '11')
column weight:
declared: array('type' => 'int', 'unsigned' => FALSE, 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'disp-width' => '11')
column description: key 'not null' not set, ignoring inspected default value
table biblio_duplicates
primary key:
declared: array('vid,did')
actual: array('vid', 'did')
#3
Cool, I wasn't aware of that module. I'll check it out and see what's wrong.
Ron.
#4
OK, I tracked down and fixed all the mismatches. Schema module now reports 0 mismatches.
Thanks for pointing that out.
Ron.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.