summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-10-23 15:54:19 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-10-23 15:54:19 +0000
commit154f9deed22d647562049a006732fd483a4141ce (patch)
tree6b51070c7832f0791d6ffaf4861314bfc40dfe1d /contrib
parent31e2625a81642cc639bdbdc77a987b9a1f27d55b (diff)
Clarify documentation, following merge of realtime_update2 branch
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@151762 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/vmdb.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/vmdb.sql b/contrib/scripts/vmdb.sql
index 0b1fc38f1..804d0fc98 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',