648540858
2023-06-25 f306937616868d50ca5d996dcec9fcf1140c512c
sql/2.6.8Éý¼¶2.6.9.sql
@@ -38,7 +38,7 @@
    change geoCoordSys geo_coord_sys varchar(50) not null;
alter table device
    change treeType tree_type varchar(50) not null;
    drop column treeType;
alter table device
    change mediaServerId media_server_id varchar(50) default 'auto' null;
@@ -57,6 +57,10 @@
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全系设备'
alter table device_alarm
    change deviceId device_id varchar(50) not null;
@@ -180,10 +184,6 @@
    change createTime create_time varchar(50) null;
alter table gb_stream
    add constraint gb_stream_pk
        primary key (gbStreamId);
alter table gb_stream
    change gbStreamId gb_stream_id int auto_increment;
alter table gb_stream
@@ -301,7 +301,7 @@
    change updateTime update_time varchar(50) null;
alter table parent_platform
    change treeType tree_type varchar(50) not null;
    drop column treeType;
alter table parent_platform
    change asMessageChannel as_message_channel bool default false;