Merge branch 'refs/heads/master' into 1078
This commit is contained in:
@@ -31,7 +31,6 @@ create table wvp_device (
|
||||
password character varying(255),
|
||||
as_message_channel bool default false,
|
||||
keepalive_interval_time integer,
|
||||
switch_primary_sub_stream bool default false,
|
||||
broadcast_push_after_ack bool default false,
|
||||
constraint uk_device_device unique (device_id)
|
||||
);
|
||||
|
||||
@@ -31,7 +31,6 @@ create table wvp_device (
|
||||
password character varying(255),
|
||||
as_message_channel bool default false,
|
||||
keepalive_interval_time integer,
|
||||
switch_primary_sub_stream bool default false,
|
||||
broadcast_push_after_ack bool default false,
|
||||
constraint uk_device_device unique (device_id)
|
||||
);
|
||||
|
||||
@@ -4,5 +4,15 @@ alter table wvp_device_channel
|
||||
alter table wvp_device
|
||||
drop switch_primary_sub_stream;
|
||||
|
||||
# 第一个补丁包
|
||||
alter table wvp_platform
|
||||
add send_stream_ip character varying(50);
|
||||
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;
|
||||
@@ -4,5 +4,15 @@ alter table wvp_device_channel
|
||||
alter table wvp_device
|
||||
drop switch_primary_sub_stream;
|
||||
|
||||
# 第一个补丁包
|
||||
alter table wvp_platform
|
||||
add send_stream_ip character varying(50);
|
||||
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;
|
||||
@@ -31,7 +31,6 @@ create table wvp_device (
|
||||
password character varying(255),
|
||||
as_message_channel bool default false,
|
||||
keepalive_interval_time integer,
|
||||
switch_primary_sub_stream bool default false,
|
||||
broadcast_push_after_ack bool default false,
|
||||
constraint uk_device_device unique (device_id)
|
||||
);
|
||||
|
||||
@@ -31,7 +31,6 @@ create table wvp_device (
|
||||
password character varying(255),
|
||||
as_message_channel bool default false,
|
||||
keepalive_interval_time integer,
|
||||
switch_primary_sub_stream bool default false,
|
||||
broadcast_push_after_ack bool default false,
|
||||
constraint uk_device_device unique (device_id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user