aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-17 22:11:35 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-17 22:11:35 +0000
commit01f0be3cf0be8750962a6cd82c5ed5c759a7c41c (patch)
tree8930ddb9237f4c41b78966f909f09406c2ae3e2b /doc
parenta889797d34366afa13adc9c736a6c608aa7d6a1f (diff)
Recorded merge of revisions 207224 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r207224 | tilghman | 2009-07-17 17:04:43 -0500 (Fri, 17 Jul 2009) | 2 lines Document the "flag" field in the voicemessages table. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@207227 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 fed96e9d1..fe80ac03a 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 | |