Download & Extend

Wishlist schema missing descriptions

Project:Wishlist Module
Version:6.x-2.1-beta
Component:Code
Category:bug report
Priority:normal
Assigned:scott.mclewin
Status:closed (fixed)

Issue Summary

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

AttachmentSize
Drupal_02.jpg49.14 KB

Comments

#1

Assigned to:Anonymous» scott.mclewin

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

Status:active» fixed

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

#4

Status:fixed» closed (fixed)

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