projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert r370820
[asterisk/asterisk.git]
/
contrib
/
realtime
/
mysql
/
voicemail_data.sql
diff --git
a/contrib/realtime/mysql/voicemail_data.sql
b/contrib/realtime/mysql/voicemail_data.sql
index
3e25f6e
..
743bd44
100644
(file)
--- 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)
);