summaryrefslogtreecommitdiffstats
path: root/makeversiontable.sh
diff options
context:
space:
mode:
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;