Commit 05cc0d14f1a5a11d39c8f7274a5c94734e3c8b77

Authored by ‘sxh’
1 parent 15df0896

新增设备主子码流选择(mysql语句)

Showing 1 changed file with 2 additions and 1 deletions
sql/2.6.6-2.6.7更新.sql
@@ -7,6 +7,7 @@ alter table parent_platform @@ -7,6 +7,7 @@ alter table parent_platform
7 alter table device 7 alter table device
8 add mediaServerId varchar(50) default null; 8 add mediaServerId varchar(50) default null;
9 9
10 - 10 +ALTER TABLE device
  11 + ADD COLUMN `switchPrimarySubStream` bit(1) NOT NULL DEFAULT b'0' COMMENT '开启主子码流切换的开关(0-不开启,1-开启)现在已知支持设备为 大华、TP——LINK全系设备' AFTER `keepalive_interval_time`
11 12
12 13