Merge branch '648540858:master' into develop-add-api-key
This commit is contained in:
@@ -198,6 +198,7 @@ create table wvp_platform (
|
||||
update_time character varying(50),
|
||||
as_message_channel bool default false,
|
||||
auto_push_channel bool default false,
|
||||
send_stream_ip character varying(50),
|
||||
constraint uk_platform_unique_server_gb_id unique (server_gb_id)
|
||||
);
|
||||
|
||||
|
||||
@@ -198,6 +198,7 @@ create table wvp_platform (
|
||||
update_time character varying(50),
|
||||
as_message_channel bool default false,
|
||||
auto_push_channel bool default false,
|
||||
send_stream_ip character varying(50),
|
||||
constraint uk_platform_unique_server_gb_id unique (server_gb_id)
|
||||
);
|
||||
|
||||
|
||||
@@ -2,4 +2,7 @@ alter table wvp_device_channel
|
||||
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);
|
||||
@@ -2,4 +2,7 @@ alter table wvp_device_channel
|
||||
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);
|
||||
Reference in New Issue
Block a user