优化国标级联中的通道全部导入

This commit is contained in:
648540858
2023-03-22 15:20:48 +08:00
parent de969b7760
commit f210952ed2
7 changed files with 100 additions and 28 deletions

View File

@@ -4,3 +4,9 @@ alter table device
alter table parent_platform
add asMessageChannel int default 0;
alter table device
add mediaServerId varchar(50) default null;

View File

@@ -1,4 +0,0 @@
alter table device
add mediaServerId varchar(50) default null;