From 5ac3c944912d06910b0273dc801b04b981245ba3 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 3 Feb 1999 10:46:50 +0000 Subject: Added support for URLs that describe the milestones for various projects. --- makeproducttable.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makeproducttable.sh') diff --git a/makeproducttable.sh b/makeproducttable.sh index 3a4f4d6a2..e9d8fc244 100755 --- a/makeproducttable.sh +++ b/makeproducttable.sh @@ -29,7 +29,8 @@ mysql << OK_ALL_DONE use bugs; create table products ( product tinytext, -description mediumtext +description mediumtext, +milestoneurl tinytext not null ); @@ -38,6 +39,6 @@ insert into products (product, description) values ("CCK", 'For bugs about the < insert into products (product, description) values ("Directory", 'For bugs about the Directory (LDAP) project'); insert into products (product, description) values ("MailNews", 'For bugs about the Mozilla Mail/News project'); insert into products (product, description) values ("Mozilla", "For bugs about the Mozilla web browser"); -insert into products (product, description) values ("NGLayout", 'For bugs about the New Layout project'); +insert into products (product, description, milestoneurl) values ("NGLayout", 'For bugs about the New Layout project', 'http://www.mozilla.org/projects/seamonkey/milestones'); insert into products (product, description) values ("Webtools", 'For bugs about the web-based tools that mozilla.org uses. This include Bugzilla (problems you are having with this bug system itself), Bonsai, and Tinderbox.'); -- cgit v1.2.1