本地集成人大金仓连接jar

This commit is contained in:
648540858
2023-05-16 17:17:24 +08:00
parent be9bf60e81
commit 9e790eb0ff
8 changed files with 29 additions and 8 deletions

View File

@@ -55,6 +55,9 @@ alter table device
alter table device
change keepaliveIntervalTime keepalive_interval_time int null;
alter table device
change online on_line varchar(50) null;
alter table device_alarm
change deviceId device_id varchar(50) not null;
@@ -393,10 +396,6 @@ alter table stream_push
alter table stream_push
change status status bool default false;
alter table stream_push
change serverId server_id varchar(50) not null;
alter table stream_push
change pushTime push_time varchar(50) null;
@@ -412,6 +411,11 @@ alter table stream_push
alter table stream_push
change self self bool default false;
alter table wvp_stream_push
drop column serverId;
alter table user
change roleId role_id int not null;