From ca16a79255f27709f88abc59bea362abdd1e2cc7 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期六, 07 五月 2022 09:52:02 +0800 Subject: [PATCH] 添加语音发送通道和语音接收通道字段 --- sql/update.sql | 13 +++---------- 1 files changed, 3 insertions(+), 10 deletions(-) diff --git a/sql/update.sql b/sql/update.sql index 9c18c26..8bfe343 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -1,12 +1,5 @@ -alter table parent_platform - add startOfflinePush int default 0 null; - -alter table parent_platform - add administrativeDivision varchar(50) not null; - -alter table parent_platform - add catalogGroup int default 1 null; +alter table device + add audioChannelForReceive VARCHAR(50) null; alter table device - add ssrcCheck int default 0 null; - + add audioChannelForSend VARCHAR(50) null; \ No newline at end of file -- Gitblit v1.8.0