diff options
Diffstat (limited to 'makeversiontable.sh')
-rwxr-xr-x | makeversiontable.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makeversiontable.sh b/makeversiontable.sh index c51750f79..e55cd1bfa 100755 --- a/makeversiontable.sh +++ b/makeversiontable.sh @@ -35,6 +35,7 @@ program tinytext 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", "Mozilla"); insert into versions (value, program) values ("1998-03-31", "Mozilla"); |