aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-17 22:04:43 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-17 22:04:43 +0000
commita74f96ca08035c72edf00111c040f990454fde34 (patch)
tree26ed261f1bb3783aebef5b20e1db612004a92693 /doc
parentea4348e8f592130aeb8937788053cc53a505e88d (diff)
Document the "flag" field in the voicemessages table.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@207224 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/tex/odbcstorage.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tex/odbcstorage.tex b/doc/tex/odbcstorage.tex
index 43b3e0ed1..9376c7d19 100644
--- a/doc/tex/odbcstorage.tex
+++ b/doc/tex/odbcstorage.tex
@@ -17,6 +17,7 @@ macrocontext & varchar(80) & Yes & & NULL & \\ \hline
callerid & varchar(40) & Yes & & NULL & \\ \hline
origtime & varchar(40) & Yes & & NULL & \\ \hline
duration & varchar(20) & Yes & & NULL & \\ \hline
+flag & varchar(8) & Yes & & NULL & \\ \hline
mailboxuser & varchar(80) & Yes & & NULL & \\ \hline
mailboxcontext & varchar(80) & Yes & & NULL & \\ \hline
recording & longblob & Yes & & NULL & \\