添加打包文件

This commit is contained in:
648540858
2023-11-02 14:17:20 +08:00
parent 84c78be91c
commit f36eb7ebeb
5 changed files with 363 additions and 2 deletions

View File

@@ -60,8 +60,7 @@ alter table device
change online on_line varchar(50) null;
alter table device
add COLUMN switch_primary_sub_stream bool default false comment '开启主子码流切换的开关0-不开启1-开启)现在已知支持设备为 大华、TP——LINK全系设备'
add COLUMN switch_primary_sub_stream bool default false comment '开启主子码流切换的开关0-不开启1-开启)现在已知支持设备为 大华、TP——LINK全系设备';
alter table device_alarm
change deviceId device_id varchar(50) not null;