From 3879fa5df2e9a80e924d9df55e11a65de7dd71a2 Mon Sep 17 00:00:00 2001
From: TomXin <766781886@qq.com>
Date: 星期一, 13 五月 2024 16:29:43 +0800
Subject: [PATCH] 修正Oracle的sql

---
 script/sql/postgres/postgres_ry_vue_5.X.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/sql/postgres/postgres_ry_vue_5.X.sql b/script/sql/postgres/postgres_ry_vue_5.X.sql
index 2e92d46..3160711 100644
--- a/script/sql/postgres/postgres_ry_vue_5.X.sql
+++ b/script/sql/postgres/postgres_ry_vue_5.X.sql
@@ -1188,7 +1188,7 @@
 );
 
 comment on table sys_oss_config                 is '瀵硅薄瀛樺偍閰嶇疆琛�';
-comment on column sys_oss_config.oss_config_id  is '涓诲缓';
+comment on column sys_oss_config.oss_config_id  is '涓婚敭';
 comment on column sys_oss_config.tenant_id      is '绉熸埛缂栫爜';
 comment on column sys_oss_config.config_key     is '閰嶇疆key';
 comment on column sys_oss_config.access_key     is 'accessKey';
@@ -1238,7 +1238,7 @@
 );
 
 comment on table sys_client                         is '绯荤粺鎺堟潈琛�';
-comment on column sys_client.id                     is '涓诲缓';
+comment on column sys_client.id                     is '涓婚敭';
 comment on column sys_client.client_id              is '瀹㈡埛绔痠d';
 comment on column sys_client.client_key             is '瀹㈡埛绔痥ey';
 comment on column sys_client.client_secret          is '瀹㈡埛绔閽�';

--
Gitblit v1.9.3