From 73bc822fa87809a3d0b9a08b7fbdf9d037fe0d2e Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 16 Jan 2007 22:53:13 +0000 Subject: Merged revisions 51167 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r51167 | qwell | 2007-01-16 16:50:19 -0600 (Tue, 16 Jan 2007) | 6 lines Fix an issue with IMAP storage and realtime voicemail. Also update the vmdb sql script for IMAP specific options. Issue 8819, initial patches by bsmithurst (slightly modified by me) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51168 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/scripts/vmdb.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/scripts') diff --git a/contrib/scripts/vmdb.sql b/contrib/scripts/vmdb.sql index 59238c659..92553bbc6 100644 --- a/contrib/scripts/vmdb.sql +++ b/contrib/scripts/vmdb.sql @@ -7,5 +7,7 @@ fullname VARCHAR(80) NOT NULL DEFAULT '', email VARCHAR(80) NOT NULL DEFAULT '', pager VARCHAR(80) NOT NULL DEFAULT '', options VARCHAR(160) NOT NULL DEFAULT '', +imapuser VARCHAR(80) DEFAULT NULL, +imappassword VARCHAR(80) DEFAULT NULL, PRIMARY KEY (context, mailbox) ); -- cgit v1.2.3