mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Revert r370820
That change is wrong, wrong, wrong. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370821 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -23,9 +23,7 @@ CREATE TABLE voicemail_data (
|
|||||||
-- Value of the channel variable VM_CATEGORY, if set
|
-- Value of the channel variable VM_CATEGORY, if set
|
||||||
category CHAR(30),
|
category CHAR(30),
|
||||||
-- Length of the message, in seconds
|
-- Length of the message, in seconds
|
||||||
duration INT(11),
|
duration INT(11)
|
||||||
-- Unique identifier for the message
|
|
||||||
msg_id CHAR(32)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user