From ae0235c0f8cfeefa4c2efa13f4472e602ed4e1b6 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Thu, 22 Aug 2024 18:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库/2.6.9/初始化-mysql-2.6.9.sql | 2 +- 数据库/2.6.9/初始化-postgresql-kingbase-2.6.9.sql | 2 +- 数据库/2.6.9/更新-mysql-2.6.9.sql | 2 +- 数据库/2.6.9/更新-postgresql-kingbase-2.6.9.sql | 2 +- 数据库/2.7.0/初始化-mysql-2.7.0.sql | 2 +- 数据库/2.7.0/初始化-postgresql-kingbase-2.7.0.sql | 2 +- 数据库/2.7.1/初始化-mysql-2.7.1.sql | 2 +- 数据库/2.7.1/初始化-postgresql-kingbase-2.7.1.sql | 2 +- 数据库/2.7.2/初始化-mysql-2.7.2.sql | 2 +- 数据库/2.7.2/初始化-postgresql-kingbase-2.7.2.sql | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/数据库/2.6.9/初始化-mysql-2.6.9.sql b/数据库/2.6.9/初始化-mysql-2.6.9.sql index d71785399..8eb8d7164 100644 --- a/数据库/2.6.9/初始化-mysql-2.6.9.sql +++ b/数据库/2.6.9/初始化-mysql-2.6.9.sql @@ -210,7 +210,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50), diff --git a/数据库/2.6.9/初始化-postgresql-kingbase-2.6.9.sql b/数据库/2.6.9/初始化-postgresql-kingbase-2.6.9.sql index 3598ba9e7..b48f64681 100644 --- a/数据库/2.6.9/初始化-postgresql-kingbase-2.6.9.sql +++ b/数据库/2.6.9/初始化-postgresql-kingbase-2.6.9.sql @@ -210,7 +210,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50), diff --git a/数据库/2.6.9/更新-mysql-2.6.9.sql b/数据库/2.6.9/更新-mysql-2.6.9.sql index fe54e6fb3..735e76d4b 100644 --- a/数据库/2.6.9/更新-mysql-2.6.9.sql +++ b/数据库/2.6.9/更新-mysql-2.6.9.sql @@ -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_channel; +rename table platform_gb_channel to wvp_platform_gb_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; diff --git a/数据库/2.6.9/更新-postgresql-kingbase-2.6.9.sql b/数据库/2.6.9/更新-postgresql-kingbase-2.6.9.sql index ce159cb5e..bbee04ede 100644 --- a/数据库/2.6.9/更新-postgresql-kingbase-2.6.9.sql +++ b/数据库/2.6.9/更新-postgresql-kingbase-2.6.9.sql @@ -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_channel; +rename table platform_gb_channel to wvp_platform_gb_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; diff --git a/数据库/2.7.0/初始化-mysql-2.7.0.sql b/数据库/2.7.0/初始化-mysql-2.7.0.sql index aad4421a1..147ed63d8 100644 --- a/数据库/2.7.0/初始化-mysql-2.7.0.sql +++ b/数据库/2.7.0/初始化-mysql-2.7.0.sql @@ -211,7 +211,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50), diff --git a/数据库/2.7.0/初始化-postgresql-kingbase-2.7.0.sql b/数据库/2.7.0/初始化-postgresql-kingbase-2.7.0.sql index 4c3ccb4ba..790316d24 100644 --- a/数据库/2.7.0/初始化-postgresql-kingbase-2.7.0.sql +++ b/数据库/2.7.0/初始化-postgresql-kingbase-2.7.0.sql @@ -211,7 +211,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50), diff --git a/数据库/2.7.1/初始化-mysql-2.7.1.sql b/数据库/2.7.1/初始化-mysql-2.7.1.sql index 7f5401ac5..98d434042 100644 --- a/数据库/2.7.1/初始化-mysql-2.7.1.sql +++ b/数据库/2.7.1/初始化-mysql-2.7.1.sql @@ -217,7 +217,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50), diff --git a/数据库/2.7.1/初始化-postgresql-kingbase-2.7.1.sql b/数据库/2.7.1/初始化-postgresql-kingbase-2.7.1.sql index c10fbb8c7..eb2bc8381 100644 --- a/数据库/2.7.1/初始化-postgresql-kingbase-2.7.1.sql +++ b/数据库/2.7.1/初始化-postgresql-kingbase-2.7.1.sql @@ -217,7 +217,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50), diff --git a/数据库/2.7.2/初始化-mysql-2.7.2.sql b/数据库/2.7.2/初始化-mysql-2.7.2.sql index 7f5401ac5..98d434042 100644 --- a/数据库/2.7.2/初始化-mysql-2.7.2.sql +++ b/数据库/2.7.2/初始化-mysql-2.7.2.sql @@ -217,7 +217,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50), diff --git a/数据库/2.7.2/初始化-postgresql-kingbase-2.7.2.sql b/数据库/2.7.2/初始化-postgresql-kingbase-2.7.2.sql index c10fbb8c7..eb2bc8381 100644 --- a/数据库/2.7.2/初始化-postgresql-kingbase-2.7.2.sql +++ b/数据库/2.7.2/初始化-postgresql-kingbase-2.7.2.sql @@ -217,7 +217,7 @@ create table wvp_platform_catalog ( constraint uk_platform_catalog_id_platform_id unique (id, platform_id) ); -create table wvp_platform_channel ( +create table wvp_platform_gb_channel ( id serial primary key , platform_id character varying(50), catalog_id character varying(50),