From 154f9deed22d647562049a006732fd483a4141ce Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 23 Oct 2008 15:54:19 +0000 Subject: [PATCH] Clarify documentation, following merge of realtime_update2 branch git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151762 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/scripts/vmdb.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/scripts/vmdb.sql b/contrib/scripts/vmdb.sql index 0b1fc38f1d..804d0fc987 100644 --- a/contrib/scripts/vmdb.sql +++ b/contrib/scripts/vmdb.sql @@ -1,6 +1,6 @@ DROP TABLE IF EXISTS voicemail; CREATE TABLE voicemail ( - -- All of these column names are very specific, including "uniqueid". Do not change them if you wish voicemail to work. + -- "uniqueid" is a required column prior to 1.6.2. As of that version, it may be omitted. uniqueid INT(5) NOT NULL AUTO_INCREMENT PRIMARY KEY, -- Mailbox context. context CHAR(80) NOT NULL DEFAULT 'default',