Update asteriskcontactid.sql

This commit is contained in:
WillCodeForCats 2023-07-30 13:53:07 -07:00
parent f05fa5f289
commit 679304e497
No known key found for this signature in database
GPG key ID: 097AC827804B0384

View file

@ -1,6 +1,6 @@
-- --
-- Table structure for table `alarmreceiver` -- Table structure for table `alarmreceiver`
-- --
DROP TABLE IF EXISTS `alarmreceiver`; DROP TABLE IF EXISTS `alarmreceiver`;
CREATE TABLE `alarmreceiver` ( CREATE TABLE `alarmreceiver` (
@ -16,9 +16,9 @@ CREATE TABLE `alarmreceiver` (
KEY `callingfrom` (`callingfrom`) KEY `callingfrom` (`callingfrom`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8; ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- --
-- Table structure for table `alarmreceiver_test` -- Table structure for table `alarmreceiver_test`
-- --
DROP TABLE IF EXISTS `alarmreceiver_test`; DROP TABLE IF EXISTS `alarmreceiver_test`;