소스 검색

修复升级sql

648540858 2 년 전
부모
커밋
d72c1c0c4c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      sql/2.6.8升级2.6.9.sql

+ 1 - 2
sql/2.6.8升级2.6.9.sql

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