From 05cc0d14f1a5a11d39c8f7274a5c94734e3c8b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98sxh=E2=80=99?= <1632740646@qq.com> Date: Thu, 15 Jun 2023 11:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=BE=E5=A4=87=E4=B8=BB?= =?UTF-8?q?=E5=AD=90=E7=A0=81=E6=B5=81=E9=80=89=E6=8B=A9=EF=BC=88mysql?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/2.6.6-2.6.7更新.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/2.6.6-2.6.7更新.sql b/sql/2.6.6-2.6.7更新.sql index 09732b30..285d5734 100755 --- a/sql/2.6.6-2.6.7更新.sql +++ b/sql/2.6.6-2.6.7更新.sql @@ -7,6 +7,7 @@ alter table parent_platform alter table device add mediaServerId varchar(50) default null; - +ALTER TABLE device + ADD COLUMN `switchPrimarySubStream` bit(1) NOT NULL DEFAULT b'0' COMMENT '开启主子码流切换的开关(0-不开启,1-开启)现在已知支持设备为 大华、TP——LINK全系设备' AFTER `keepalive_interval_time`