修复数据库脚本的BUG。

pull/1095/head
AlphaWu 2023-10-01 12:29:48 +08:00
parent 94a0de0d27
commit f6c1ce15e4
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)