添加语音发送通道和语音接收通道字段

This commit is contained in:
648540858
2022-05-07 09:52:02 +08:00
parent ee2dda21f0
commit ca16a79255
7 changed files with 50 additions and 16 deletions

View File

@@ -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;