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,11 +411,10 @@ alter table stream_push | ||
| 411 | alter table stream_push | 411 | alter table stream_push |
| 412 | change self self bool default false; | 412 | change self self bool default false; |
| 413 | 413 | ||
| 414 | -alter table wvp_stream_push | 414 | +alter table stream_push |
| 415 | drop column serverId; | 415 | drop column serverId; |
| 416 | 416 | ||
| 417 | 417 | ||
| 418 | - | ||
| 419 | alter table user | 418 | alter table user |
| 420 | change roleId role_id int not null; | 419 | change roleId role_id int not null; |
| 421 | 420 |