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;
|
|
|
|
|
2024-04-15 15:51:10 +08:00
|
|
|
# 第一个补丁包
|
2024-04-08 18:13:15 +08:00
|
|
|
alter table wvp_platform
|
2024-04-15 15:51:10 +08:00
|
|
|
add send_stream_ip character varying(50);
|
|
|
|
|
|
|
|
alter table wvp_device
|
|
|
|
change on_line on_line bool default false;
|
|
|
|
|
|
|
|
alter table wvp_device
|
|
|
|
change id id serial primary key;
|
|
|
|
|
|
|
|
alter table wvp_device
|
|
|
|
change ssrc_check ssrc_check bool default false;
|