2024-02-22 17:22:28 +08:00
|
|
|
alter table wvp_device_channel
|
|
|
|
add stream_identification character varying(50);
|
|
|
|
|
|
|
|
alter table wvp_device
|
2024-04-08 18:13:15 +08:00
|
|
|
drop switch_primary_sub_stream;
|
|
|
|
|
|
|
|
alter table wvp_platform
|
|
|
|
add send_stream_ip character varying(50);
|