=================== BUG #2235: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2235&group_id=11
Submitted by: roncordell Project: Savannah Submitted on: 2003-Jan-16 15:17 Category: Database Severity: 5 - Average Priority: None Bug Group: None Resolution: None Assigned to: None Status: Open Effort: 0.00 Summary: database-initvalues script bugs Original Submission: There is an extra value in the second INSERT statement in the table_bug_field.initvalues file: INSERT INTO bug_field \ VALUES (91,'group_id','TF','','Group ID','Unique project identifier','S',1,0,0,1,0,0); Should be: INSERT INTO bug_field \ VALUES (91,'group_id','TF','','Group ID','Unique project identifier','S',1,0,0,1,0); Also, there are two files: table_support_message.initvalues AND table_support_messages.initvalues Both files have identical SQL statement, so when the make step executes the second one, an error is generated. One of the files should be removed. No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2235&group_id=11
