Commit d72c1c0c4cfef2c520793b65d6f330cdb2ce3a47
1 parent
babc0f79
修复升级sql
Showing
1 changed file
with
1 additions
and
2 deletions
sql/2.6.8升级2.6.9.sql
| ... | ... | @@ -411,11 +411,10 @@ alter table stream_push |
| 411 | 411 | alter table stream_push |
| 412 | 412 | change self self bool default false; |
| 413 | 413 | |
| 414 | -alter table wvp_stream_push | |
| 414 | +alter table stream_push | |
| 415 | 415 | drop column serverId; |
| 416 | 416 | |
| 417 | 417 | |
| 418 | - | |
| 419 | 418 | alter table user |
| 420 | 419 | change roleId role_id int not null; |
| 421 | 420 | ... | ... |