diff --git a/UPGRADE.txt b/UPGRADE.txt index f69b5e45c8..7c54d520a8 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -83,6 +83,10 @@ From 1.6.0.x to 1.6.1: Georgian was incorrectly specified as "ge" but should be "ka", and Czech is "cs", not "cz". +* If you use ODBC storage for voicemail, there is a new field called "flag" + which should be a char(8) or larger. This field specifies whether or not a + message has been designated to be "Urgent", "PRIORITY", or not. + From 1.6.1.1 to 1.6.1.2: * Support for Taiwanese was incorrectly supported with the "tw" language code. diff --git a/doc/tex/odbcstorage.tex b/doc/tex/odbcstorage.tex index fed96e9d16..fe80ac03a7 100644 --- a/doc/tex/odbcstorage.tex +++ b/doc/tex/odbcstorage.tex @@ -16,6 +16,7 @@ table is as follows: | callerid | varchar(40) | YES | | NULL | | | origtime | varchar(40) | YES | | NULL | | | duration | varchar(20) | YES | | NULL | | +| flag | varchar(8) | YES | | NULL | | | mailboxuser | varchar(80) | YES | | NULL | | | mailboxcontext | varchar(80) | YES | | NULL | | | recording | longblob | YES | | NULL | |