Commit f9abbc7fe852db71b89443b347545aa37dc4bc34

Authored by 648540858
Committed by GitHub
2 parents af911d4f f6c1ce15

Merge pull request #1095 from AlphaWu/Zafu-Dev-20231001

修复数据库脚本的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)
... ...