修复升级sql

This commit is contained in:
648540858 2023-05-29 09:23:21 +08:00
parent ac2af3d3a0
commit 8c411a7d93

View File

@ -411,11 +411,10 @@ alter table stream_push
alter table stream_push alter table stream_push
change self self bool default false; change self self bool default false;
alter table wvp_stream_push alter table stream_push
drop column serverId; drop column serverId;
alter table user alter table user
change roleId role_id int not null; change roleId role_id int not null;