From: Matthew Jordan Date: Mon, 6 Aug 2012 17:04:40 +0000 (+0000) Subject: Revert r370820 X-Git-Tag: 11.0.0-beta1~37 X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=commitdiff_plain;h=096baa0897f556b2de6bfb8fa0acc09a504e39a4 Revert r370820 That change is wrong, wrong, wrong. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370821 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/realtime/mysql/voicemail_data.sql b/contrib/realtime/mysql/voicemail_data.sql index 3e25f6e..743bd44 100644 --- a/contrib/realtime/mysql/voicemail_data.sql +++ b/contrib/realtime/mysql/voicemail_data.sql @@ -23,9 +23,7 @@ CREATE TABLE voicemail_data ( -- 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) );