mirror of
https://github.com/Roller-Network/asterisk-contact-id.git
synced 2026-06-29 11:32:46 -06:00
Update asteriskcontactid.sql
This commit is contained in:
parent
f05fa5f289
commit
679304e497
|
|
@ -1,6 +1,6 @@
|
|||
--
|
||||
--
|
||||
-- Table structure for table `alarmreceiver`
|
||||
--
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `alarmreceiver`;
|
||||
CREATE TABLE `alarmreceiver` (
|
||||
|
|
@ -16,9 +16,9 @@ CREATE TABLE `alarmreceiver` (
|
|||
KEY `callingfrom` (`callingfrom`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
--
|
||||
-- Table structure for table `alarmreceiver_test`
|
||||
--
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `alarmreceiver_test`;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue