[拉流代理] 增加单独的字段管理每次拉流需要的节点

This commit is contained in:
648540858
2024-12-31 10:17:49 +08:00
parent 0dd2826b9e
commit 8f7016878d
8 changed files with 37 additions and 29 deletions

View File

@@ -28,4 +28,9 @@ set wdc.data_type = 3, wdc.data_device_id = ct.stream_proxy_id where wdc.stream_
alter table wvp_device_channel drop device_db_id;
alter table wvp_device_channel drop stream_push_id;
alter table wvp_device_channel drop stream_proxy_id;
alter table wvp_device_channel drop stream_proxy_id;
/*
* 20241231
*/
alter table wvp_stream_proxy add relates_media_server_id character varying(50);