添加语音发送通道和语音接收通道字段
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user