From 83662f421014ce73efc482fb0054004afbd01a0a Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Tue, 12 Aug 2025 11:36:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库/2.7.4/初始化-mysql-2.7.4.sql | 2 +- 数据库/2.7.4/初始化-postgresql-kingbase-2.7.4.sql | 2 +- 数据库/2.7.4/更新-mysql-2.7.4.sql | 2 +- 数据库/2.7.4/更新-postgresql-kingbase-2.7.4.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/数据库/2.7.4/初始化-mysql-2.7.4.sql b/数据库/2.7.4/初始化-mysql-2.7.4.sql index 6c3d6eb23..fa1ffbbc3 100644 --- a/数据库/2.7.4/初始化-mysql-2.7.4.sql +++ b/数据库/2.7.4/初始化-mysql-2.7.4.sql @@ -499,6 +499,6 @@ create table IF NOT EXISTS wvp_jt_channel ( name character varying(255), update_time character varying(50) not null, create_time character varying(50) not null, - constraint uk_jt_device_id_device_id unique (terminal_db_id, channel_id) + constraint uk_jt_channel_id_device_id unique (terminal_db_id, channel_id) ); diff --git a/数据库/2.7.4/初始化-postgresql-kingbase-2.7.4.sql b/数据库/2.7.4/初始化-postgresql-kingbase-2.7.4.sql index 0ecf0a0ef..8b9f8ec8b 100644 --- a/数据库/2.7.4/初始化-postgresql-kingbase-2.7.4.sql +++ b/数据库/2.7.4/初始化-postgresql-kingbase-2.7.4.sql @@ -499,6 +499,6 @@ create table IF NOT EXISTS wvp_jt_channel ( name character varying(255), update_time character varying(50) not null, create_time character varying(50) not null, - constraint uk_jt_device_id_device_id unique (terminal_db_id, channel_id) + constraint uk_jt_channel_id_device_id unique (terminal_db_id, channel_id) ); diff --git a/数据库/2.7.4/更新-mysql-2.7.4.sql b/数据库/2.7.4/更新-mysql-2.7.4.sql index 3bee62d10..a1d17c343 100644 --- a/数据库/2.7.4/更新-mysql-2.7.4.sql +++ b/数据库/2.7.4/更新-mysql-2.7.4.sql @@ -32,7 +32,7 @@ create table IF NOT EXISTS wvp_jt_channel ( name character varying(255), update_time character varying(50) not null, create_time character varying(50) not null, - constraint uk_jt_device_id_device_id unique (terminal_db_id, channel_id) + constraint uk_jt_channel_id_device_id unique (terminal_db_id, channel_id) ); /* diff --git a/数据库/2.7.4/更新-postgresql-kingbase-2.7.4.sql b/数据库/2.7.4/更新-postgresql-kingbase-2.7.4.sql index 395aa813e..3daac089b 100644 --- a/数据库/2.7.4/更新-postgresql-kingbase-2.7.4.sql +++ b/数据库/2.7.4/更新-postgresql-kingbase-2.7.4.sql @@ -31,7 +31,7 @@ create table IF NOT EXISTS wvp_jt_channel ( name character varying(255), update_time character varying(50) not null, create_time character varying(50) not null, - constraint uk_jt_device_id_device_id unique (terminal_db_id, channel_id) + constraint uk_jt_channel_id_device_id unique (terminal_db_id, channel_id) ); ALTER table wvp_media_server ADD COLUMN IF NOT EXISTS jtt_proxy_port integer;