Explorar el Código

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

修复数据库脚本的BUG。
648540858 hace 2 años
padre
commit
f9abbc7fe8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sql/2.6.9更新.sql

+ 1 - 1
sql/2.6.9更新.sql

@@ -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)