savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] CVSROOT: /cvsroot/savannah


From: Mathieu Roy
Subject: [Savannah-cvs] CVSROOT: /cvsroot/savannah
Date: Wed, 10 Sep 2003 10:59:04 -0400

Module name:    savannah
Branch:         DEV_2003-09-05_CERN
Changes by:     Mathieu Roy <address@hidden>    03/09/10 10:59:04
Reply-to: address@hidden

CVSROOT:        /cvsroot/savannah
Module name:    savannah
Branch:         DEV_2003-09-05_CERN
Changes by:     Mathieu Roy <address@hidden>    03/09/10 10:59:04

Modified files:
        db/mysql       : table_bug_report.inivalues 
                         table_bug_report_field.initvalues 

Log message:
        Include Laurent Julliard "Standard" as Advanced system wide.
        
        To update a current database, issue the following:
        
        INSERT INTO bug_report VALUES \
        (101,100,100,'Advanced','The second, more complex, default bug 
report','S');
        
        INSERT INTO bug_report_field VALUES (101,'summary',1,1,900,200,NULL);
        INSERT INTO bug_report_field VALUES (101,'status_id',1,1,600,400,NULL);
        INSERT INTO bug_report_field VALUES 
(101,'assigned_to',1,1,500,600,NULL);
        INSERT INTO bug_report_field VALUES 
(101,'resolution_id',1,1,400,500,NULL);
        INSERT INTO bug_report_field VALUES 
(101,'category_id',1,1,100,300,NULL);
        INSERT INTO bug_report_field VALUES (101,'close_date',1,1,800,700,NULL);
        INSERT INTO bug_report_field VALUES (101,'date',1,1,700,900,NULL);
        INSERT INTO bug_report_field VALUES 
(101,'submitted_by',0,1,NULL,800,NULL);
        INSERT INTO bug_report_field VALUES (101,'bug_id',1,1,50,100,NULL);

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/db/mysql/table_bug_report.inivalues.diff?only_with_tag=DEV_2003-09-05_CERN&tr1=1.1&tr2=1.1.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/savannah/savannah/db/mysql/table_bug_report_field.initvalues.diff?only_with_tag=DEV_2003-09-05_CERN&tr1=1.1&tr2=1.1.2.1&r1=text&r2=text





reply via email to

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