[svn-commits] mjordan: trunk r370821 - /trunk/contrib/realtime/mysql/voicemail_data.sql

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 6 12:04:44 CDT 2012


Author: mjordan
Date: Mon Aug  6 12:04:40 2012
New Revision: 370821

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370821
Log:
Revert r370820

That change is wrong, wrong, wrong.

Modified:
    trunk/contrib/realtime/mysql/voicemail_data.sql

Modified: trunk/contrib/realtime/mysql/voicemail_data.sql
URL: http://svnview.digium.com/svn/asterisk/trunk/contrib/realtime/mysql/voicemail_data.sql?view=diff&rev=370821&r1=370820&r2=370821
==============================================================================
--- trunk/contrib/realtime/mysql/voicemail_data.sql (original)
+++ trunk/contrib/realtime/mysql/voicemail_data.sql Mon Aug  6 12:04:40 2012
@@ -23,9 +23,7 @@
 	-- Value of the channel variable VM_CATEGORY, if set
 	category CHAR(30),
 	-- Length of the message, in seconds
-	duration INT(11),
-	-- Unique identifier for the message
-	msg_id CHAR(32)
+	duration INT(11)
 );
 
 




More information about the svn-commits mailing list