From 7de73ebd2bc07a51f0f9db031d6f616bdcfe549c Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 11 十月 2023 01:36:12 +0800 Subject: [PATCH] Merge branch 'wvp-28181-2.0' into main-dev --- sql/2.6.9更新.sql | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git "a/sql/2.6.9\346\233\264\346\226\260.sql" "b/sql/2.6.9\346\233\264\346\226\260.sql" index 2e04794..769004d 100644 --- "a/sql/2.6.9\346\233\264\346\226\260.sql" +++ "b/sql/2.6.9\346\233\264\346\226\260.sql" @@ -1,2 +1,8 @@ alter table wvp_device_channel - change stream_id stream_id varying(255) \ No newline at end of file + change stream_id stream_id varying(255) + +alter table wvp_platform + add auto_push_channel bool default false + +alter table wvp_stream_proxy + add stream_key varying(255) -- Gitblit v1.8.0