From: SourceForge.net <no...@so...> - 2004-01-15 16:50:01
|
Bugs item #877667, was opened at 2004-01-15 08:48 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=877667&group_id=8956 Category: SQL Group: v1.6.1 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: minor error in db script? 1.6.1 Initial Comment: A type seems to led to handling choice 7 as a comment, so that value doesn't get inserted into the table INSERT INTO question_type VALUES ('6','Dropdown Box','Y','response_single'); -- # INSERT INTO question_type VALUES ('7','Rating','N','response_rank'); INSERT INTO question_type VALUES ('8','Rate (scale 1..5)','Y','response_rank'); ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-01-15 08:50 Message: Logged In: NO Sorry, that's in mysql_populate.sql ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=877667&group_id=8956 |