From 165ff1314b08dc49564046a4c23d845973338bd2 Mon Sep 17 00:00:00 2001
From: Tilghman Lesher <tilghman@meg.abyt.es>
Date: Fri, 17 Jul 2009 22:29:50 +0000
Subject: [PATCH] Add flag here, too (as requested by jsmith)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207255 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/voicemail_odbc_postgresql.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/voicemail_odbc_postgresql.txt b/doc/voicemail_odbc_postgresql.txt
index 6225013653..d2e5ab9f24 100644
--- a/doc/voicemail_odbc_postgresql.txt
+++ b/doc/voicemail_odbc_postgresql.txt
@@ -235,6 +235,7 @@ CREATE TABLE voicemessages
   callerid varchar(40),
   origtime varchar(40),
   duration varchar(20),
+  flag varchar(8),
   mailboxuser varchar(80),
   mailboxcontext varchar(80),
   recording lo,
-- 
GitLab