临时提交

This commit is contained in:
648540858
2024-08-22 18:05:57 +08:00
parent 6fcf05e04b
commit 0722aa3aeb
30 changed files with 233 additions and 251 deletions

View File

@@ -210,7 +210,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -210,7 +210,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -445,7 +445,7 @@ rename table log to wvp_log;
rename table media_server to wvp_media_server;
rename table parent_platform to wvp_platform;
rename table platform_catalog to wvp_platform_catalog;
rename table platform_gb_channel to wvp_platform_gb_channel;
rename table platform_gb_channel to wvp_platform_channel;
rename table platform_gb_stream to wvp_platform_gb_stream;
rename table stream_proxy to wvp_stream_proxy;
rename table stream_push to wvp_stream_push;

View File

@@ -446,7 +446,7 @@ rename table log to wvp_log;
rename table media_server to wvp_media_server;
rename table parent_platform to wvp_platform;
rename table platform_catalog to wvp_platform_catalog;
rename table platform_gb_channel to wvp_platform_gb_channel;
rename table platform_gb_channel to wvp_platform_channel;
rename table platform_gb_stream to wvp_platform_gb_stream;
rename table stream_proxy to wvp_stream_proxy;
rename table stream_push to wvp_stream_push;

View File

@@ -211,7 +211,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -211,7 +211,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -217,7 +217,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -217,7 +217,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -456,12 +456,12 @@ CREATE TABLE wvp_common_group
id serial primary key,
device_id varchar(50) NOT NULL,
name varchar(255) NOT NULL,
parent_id int,
parent_device_id varchar(50) DEFAULT NULL,
business_group varchar(50) NOT NULL,
platform_id int,
create_time varchar(50) NOT NULL,
update_time varchar(50) NOT NULL,
UNIQUE KEY common_group_device_platform (device_id, platform_id)
UNIQUE KEY common_group_device_platform (device_id)
);
CREATE TABLE wvp_common_region
@@ -469,6 +469,7 @@ CREATE TABLE wvp_common_region
id serial primary key,
device_id varchar(50) NOT NULL,
name varchar(255) NOT NULL,
parent_id int,
parent_device_id varchar(50) DEFAULT NULL,
create_time varchar(50) NOT NULL,
update_time varchar(50) NOT NULL,

View File

@@ -217,7 +217,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -217,7 +217,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -217,7 +217,7 @@ create table wvp_platform_catalog (
constraint uk_platform_catalog_id_platform_id unique (id, platform_id)
);
create table wvp_platform_gb_channel (
create table wvp_platform_channel (
id serial primary key ,
platform_id character varying(50),
catalog_id character varying(50),

View File

@@ -448,7 +448,7 @@ rename table log to wvp_log;
rename table media_server to wvp_media_server;
rename table parent_platform to wvp_platform;
rename table platform_catalog to wvp_platform_catalog;
rename table platform_gb_channel to wvp_platform_gb_channel;
rename table platform_gb_channel to wvp_platform_channel;
rename table platform_gb_stream to wvp_platform_gb_stream;
rename table stream_proxy to wvp_stream_proxy;
rename table stream_push to wvp_stream_push;