summaryrefslogtreecommitdiffstats
path: root/makeversiontable.sh
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-04 07:50:31 +0200
committerterry%netscape.com <>1998-09-04 07:50:31 +0200
commit10e5776dd96ebcef282293b256dee1bc2f854814 (patch)
tree0af6080dc9271f067a066d218ebcfd35a3d62fe4 /makeversiontable.sh
parentbd2c14a4abfd27cdd8a1de0cb8cbe019c75897b2 (diff)
downloadbugzilla-10e5776dd96ebcef282293b256dee1bc2f854814.tar.gz
bugzilla-10e5776dd96ebcef282293b256dee1bc2f854814.tar.xz
Added in NGLayout stuff. (gotta come up with a better way of tweaking
these tables!)
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 4e3c18606..3220eb63b 100755
--- a/makeversiontable.sh
+++ b/makeversiontable.sh
@@ -42,6 +42,7 @@ insert into versions (value, program) values ("1998-06-03", "Mozilla");
insert into versions (value, program) values ("1998-07-28", "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");
select * from versions;