648540858
2024-01-22 0e94aeaf5fed799b419245ee4002c7b24d399ce4
Êý¾Ý¿â/¸üÐÂ-mysql-2.6.9.sql
@@ -60,8 +60,7 @@
    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;
@@ -498,4 +497,7 @@
alter table wvp_media_server
    add record_day integer default 7;
alter table wvp_stream_push
    add server_id character varying(50);