拉流代理移除无人观看移动数据功能

This commit is contained in:
lin
2025-10-27 17:27:19 +08:00
parent d6042c4e16
commit a2e3738509
5 changed files with 20 additions and 4 deletions

View File

@@ -41,3 +41,4 @@ ALTER table wvp_media_server ADD COLUMN IF NOT EXISTS mp4_ssl_port integer;
ALTER table wvp_device_channel ADD COLUMN IF NOT EXISTS enable_broadcast integer default 0;
ALTER table wvp_device_channel ADD COLUMN IF NOT EXISTS map_level integer default 0;
ALTER table wvp_common_group ADD COLUMN IF NOT EXISTS alias varchar(255) default null;
ALTER table wvp_stream_proxy DROP COLUMN IF NOT EXISTS enable_remove_none_reader;