From f8f65d473bec182abeecd6fd17a9d4c4c4cfc7c5 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期二, 10 五月 2022 13:08:32 +0800
Subject: [PATCH] 优化语音广播流程

---
 sql/update.sql |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/sql/update.sql b/sql/update.sql
index 5804518..8bfe343 100644
--- a/sql/update.sql
+++ b/sql/update.sql
@@ -1,8 +1,5 @@
 alter table device
-    add subscribeCycleForMobilePosition int null;
+    add audioChannelForReceive VARCHAR(50) null;
 
 alter table device
-    add mobilePositionSubmissionInterval int default 5 null;
-
-alter table device
-    add subscribeCycleForAlarm int null;
\ No newline at end of file
+    add audioChannelForSend VARCHAR(50) null;
\ No newline at end of file

--
Gitblit v1.8.0