Wishlist.install, schema for tables and fields are missing descriptions as illustrated by the attached image which is of an output from module schema.

CommentFileSizeAuthor
Drupal_02.jpg49.14 KBkwikone

Comments

scott.mclewin’s picture

Assigned: Unassigned » scott.mclewin

So it is, thanks for pointing that out. I'll get that corrected shortly.

kwikone’s picture

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

scott.mclewin’s picture

Status: Active » Fixed

Committed to head. Schema module no longer complains about the wishlist module.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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