summaryrefslogtreecommitdiffstats
path: root/makeversiontable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-10-07 06:44:40 +0200
committerterry%netscape.com <>1998-10-07 06:44:40 +0200
commitef330148fc297f5219600f8c62c532c048ea8e19 (patch)
tree6d6a08a4b52d576d9684704a48ddece1209787df /makeversiontable.sh
parent5e9f3b19b20c731d302e06b432ac105ca515aa02 (diff)
downloadbugzilla-ef330148fc297f5219600f8c62c532c048ea8e19.tar.gz
bugzilla-ef330148fc297f5219600f8c62c532c048ea8e19.tar.xz
Added new "Webtools" product.
Diffstat (limited to 'makeversiontable.sh')
-rwxr-xr-xmakeversiontable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeversiontable.sh b/makeversiontable.sh
index 2e8654779..98e0b52b8 100755
--- a/makeversiontable.sh
+++ b/makeversiontable.sh
@@ -44,6 +44,7 @@ insert into versions (value, program) values ("1998-09-04", "Mozilla");
insert into versions (value, program) values ("1.0", "Bugzilla");
insert into versions (value, program) values ("other", "Bugzilla");
insert into versions (value, program) values ("other", "NGLayout");
+insert into versions (value, program) values ("other", "Webtools");
select * from versions;