数据库/2.7.0/更新-postgresql-kingbase-2.7.0.sql
@@ -2,4 +2,17 @@ add stream_identification character varying(50); alter table wvp_device drop switch_primary_sub_stream; drop switch_primary_sub_stream; # 绗竴涓ˉ涓佸寘 alter table wvp_platform 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;