Wishlist schema missing descriptions
kwikone - December 31, 2007 - 13:01
| Project: | Wishlist Module |
| Version: | 6.x-2.1-beta |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | scott.mclewin |
| Status: | closed |
Jump to:
Description
Wishlist.install, schema for tables and fields are missing descriptions as illustrated by the attached image which is of an output from module schema.
| Attachment | Size |
|---|---|
| Drupal_02.jpg | 49.14 KB |

#1
So it is, thanks for pointing that out. I'll get that corrected shortly.
#2
Just some extra info for you when you overhaul the schema. Below is the report from the schema module (now that I got it working) which indicates there is a mismatch between the schema and the actual table.
*
wishlist
o column item_est_cost:
declared: array('type' => 'int', 'default' => )
actual: array('type' => 'int', 'not null' => FALSE, 'disp-width' => '11')
o column item_est_cost: key 'not null' not set, ignoring inspected default value
o column item_url1: key 'not null' not set, ignoring inspected default value
o column item_url2: key 'not null' not set, ignoring inspected default value
o column item_priority: key 'not null' not set, ignoring inspected default value
#3
Committed to head. Schema module no longer complains about the wishlist module.
#4
Automatically closed -- issue fixed for two weeks with no activity.