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: Sat, 21 Jun 2003 09:28:55 -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: Sat 06/21/03 at 15:28 (Europe/Paris)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Wont Fix
         Assigned to | None                      | yeupou
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
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.



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


Submitted by: ajm661023               Project: Savannah                     
Submitted on: Wed 06/11/03 at 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: Sat 06/21/03 at 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: Wed 06/11/03 at 18: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

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