=================== BUG #3949: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3949&group_id=11

Changes by: Andrea Caltroni <[EMAIL PROTECTED]>
Date: Mon 06/23/2003 at 09:12 (GMT)

------------------ Additional Follow-up Comments ----------------------------
Then I guess you should also not try to insert values in it through script 
mysql/database_savannah.initvalues ;-)



=================== BUG #3949: FULL BUG SNAPSHOT ===================


Submitted by: ajm661023               Project: Savannah                     
Submitted on: Wed 06/11/2003 at 16:01
Category:  Database                   Severity:  5 - Average                
Priority:  None                       Bug Group:  None                      
Resolution:  Wont Fix                 Assigned to:  yeupou                  
Status:  Closed                       Effort:  0.00                         

Summary:  table survey_question_types not created by script 
mysql/database_savannah.structure

Original Submission:  From the installation instructions on file 
INSTALL.verbose:

Table survey_question_types should be added to script 
mysql/database_savannah.structure:

CREATE TABLE survey_question_types (
  id int(11) NOT NULL auto_increment,
  type int(11) NOT NULL default '1',
  PRIMARY KEY  (id)
) TYPE=MyISAM;

Script mysql/database_savannah.initvalues will try to insert values into it!

Follow-up Comments
*******************

-------------------------------------------------------
Date: Mon 06/23/2003 at 09:12       By: ajm661023
Then I guess you should also not try to insert values in it through script 
mysql/database_savannah.initvalues ;-)

-------------------------------------------------------
Date: Sat 06/21/2003 at 13:28       By: yeupou
This talbe is not created  because we do not use survey and I'm not sure we'll 
readd that functionality, or at least in that form.

So it's on purpose that this table is not recreated.

-------------------------------------------------------
Date: Wed 06/11/2003 at 16:13       By: ajm661023
RECTIFICATION!!!
Column type should be:

type varchar(255) NOT NULL default '',

or something like that.


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3949&group_id=11

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to