]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clarify documentation, following merge of realtime_update2 branch
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 23 Oct 2008 15:54:19 +0000 (15:54 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 23 Oct 2008 15:54:19 +0000 (15:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151762 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/vmdb.sql

index 0b1fc38f1da5b1f2b072e8a14afd61204b3df1ee..804d0fc987dfd92b660f621b55681c5a56d44725 100644 (file)
@@ -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',