[asterisk-commits] tilghman: trunk r151762 - /trunk/contrib/scripts/vmdb.sql
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 23 10:54:20 CDT 2008
Author: tilghman
Date: Thu Oct 23 10:54:19 2008
New Revision: 151762
URL: http://svn.digium.com/view/asterisk?view=rev&rev=151762
Log:
Clarify documentation, following merge of realtime_update2 branch
Modified:
trunk/contrib/scripts/vmdb.sql
Modified: trunk/contrib/scripts/vmdb.sql
URL: http://svn.digium.com/view/asterisk/trunk/contrib/scripts/vmdb.sql?view=diff&rev=151762&r1=151761&r2=151762
==============================================================================
--- trunk/contrib/scripts/vmdb.sql (original)
+++ trunk/contrib/scripts/vmdb.sql Thu Oct 23 10:54:19 2008
@@ -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',
More information about the asterisk-commits
mailing list