savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-dev] [bug #3949] table survey_question_types not created by s


From: nobody
Subject: [Savannah-dev] [bug #3949] table survey_question_types not created by script mysql/database_savannah.structure
Date: Mon, 23 Jun 2003 06:22:23 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1; Linux 2.4.21-pre7-ac2; i686; fr, address@hidden)

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

Changes by: Mathieu Roy <address@hidden>
Date: lun 23.06.2003 à 12:22 (Europe/Paris)

------------------ Additional Follow-up Comments ----------------------------
Ok, you are right I'll fix that right now.



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


Soumis par: ajm661023                 Projet: Savannah                      
Signalé le: mer 11.06.2003 à 18: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: lun 23.06.2003 à 12:22        By: yeupou
Ok, you are right I'll fix that right now.

-------------------------------------------------------
Date: lun 23.06.2003 à 11:12        By: ajm661023
Then I guess you should also not try to insert values in it through script 
mysql/database_savannah.initvalues ;-)

-------------------------------------------------------
Date: sam 21.06.2003 à 15: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: mer 11.06.2003 à 18:13        By: ajm661023
RECTIFICATION!!!
Column type should be:

type varchar(255) NOT NULL default '',

or something like that.


La liste CC est vide


Il n'y a aucun fichier attaché actuellement


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

[Prev in Thread] Current Thread [Next in Thread]