Commit f6c1ce15e4ce1e30cf3328bb89cf02b06eadf776

Authored by AlphaWu
1 parent 94a0de0d

修复数据库脚本的BUG。

Showing 1 changed file with 1 additions and 1 deletions
sql/2.6.9更新.sql
... ... @@ -5,4 +5,4 @@ alter table wvp_platform
5 5 add auto_push_channel bool default false
6 6  
7 7 alter table wvp_stream_proxy
8   - add stream_key varying(255)
  8 + add stream_key character varying(255)
... ...