Commit 2a2904f6 authored by terry%mozilla.org's avatar terry%mozilla.org

Stop populating the default database with mozilla-specific stuff.

parent 4ea985c2
...@@ -36,12 +36,7 @@ disallownew tinyint not null ...@@ -36,12 +36,7 @@ disallownew tinyint not null
insert into products (product, description, milestoneurl) values ("Browser", 'For bugs about the Mozilla Browser, including bugs with the <a href="http://www.mozilla.org/newlayout/">New Layout</a> project', 'http://www.mozilla.org/projects/seamonkey/milestones'); insert into products(product, description) values ("TestProduct", "This is a test product. This ought to be blown away and replaced with real stuff in a finished installation of bugzilla.");
insert into products (product, description) values ("Calendar", 'For bugs about the <a href="http://www.mozilla.org/projects/calendar">Calendar</a> project');
insert into products (product, description) values ("CCK", 'For bugs about the <a href="http://www.mozilla.org/projects/cck">Client Customization Kit<a> project');
insert into products (product, description) values ("Directory", 'For bugs about the <a href="http://www.mozilla.org/directory">Directory (LDAP)</a> project');
insert into products (product, description) values ("Grendel", 'For bugs about the <a href="http://www.mozilla.org/projects/grendel/">Grendel</a> java-based mail/news reader');
insert into products (product, description) values ("MailNews", 'For bugs about the <a href="http://www.mozilla.org/mailnews/index.html">Mozilla Mail/News</a> project');
insert into products (product, description, disallownew) values ("MozillaClassic", "For bugs about the Mozilla web browser", 1);
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), <a href="http://www.mozilla.org/bonsai.html">Bonsai</a>, and <a href="http://www.mozilla.org/tinderbox.html">Tinderbox</a>.');
OK_ALL_DONE
...@@ -33,21 +33,7 @@ program tinytext ...@@ -33,21 +33,7 @@ program tinytext
); );
insert into versions (value, program) values ("other", "TestProduct");
insert into versions (value, program) values ("other", "Browser");
insert into versions (value, program) values ("other", "Calendar");
insert into versions (value, program) values ("other", "CCK");
insert into versions (value, program) values ("other", "Directory");
insert into versions (value, program) values ("other", "Grendel");
insert into versions (value, program) values ("other", "MailNews");
insert into versions (value, program) values ("other", "MozillaClassic");
insert into versions (value, program) values ("1998-03-31", "MozillaClassic");
insert into versions (value, program) values ("1998-04-08", "MozillaClassic");
insert into versions (value, program) values ("1998-04-29", "MozillaClassic");
insert into versions (value, program) values ("1998-06-03", "MozillaClassic");
insert into versions (value, program) values ("1998-07-28", "MozillaClassic");
insert into versions (value, program) values ("1998-09-04", "MozillaClassic");
insert into versions (value, program) values ("other", "Webtools");
select * from versions; select * from versions;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment