From 679304e497c6baa9288b4853fe380b2479d5d636 Mon Sep 17 00:00:00 2001 From: WillCodeForCats <48533968+WillCodeForCats@users.noreply.github.com> Date: Sun, 30 Jul 2023 13:53:07 -0700 Subject: [PATCH] Update asteriskcontactid.sql --- schema/asteriskcontactid.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schema/asteriskcontactid.sql b/schema/asteriskcontactid.sql index 0ce5db5..f81a6b6 100644 --- a/schema/asteriskcontactid.sql +++ b/schema/asteriskcontactid.sql @@ -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`;