From 4a0f5cf76dac6d82a7c6c576012c37db203308ff Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期二, 10 五月 2022 10:11:46 +0800
Subject: [PATCH] 去除调试内容

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

diff --git a/sql/update.sql b/sql/update.sql
index d6386ea..8bfe343 100644
--- a/sql/update.sql
+++ b/sql/update.sql
@@ -1 +1,5 @@
-ALTER TABLE stream_proxy ADD status bit(1) not null;
\ No newline at end of file
+alter table device
+    add audioChannelForReceive VARCHAR(50) null;
+
+alter table device
+    add audioChannelForSend VARCHAR(50) null;
\ No newline at end of file

--
Gitblit v1.8.0