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

修复数据库脚本的BUG。
pull/1138/head
648540858 2023-10-27 15:42:54 +08:00 committed by GitHub
commit f9abbc7fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ alter table wvp_platform
add auto_push_channel bool default false
alter table wvp_stream_proxy
add stream_key varying(255)
add stream_key character varying(255)