From 53ad4969b0c67be6ac8fdbd39f3cf99d14b4bc80 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期一, 03 七月 2023 10:15:37 +0800
Subject: [PATCH] update dynamic-ds 3.6.1 => 4.0.0 支持 SpringBoot3

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

diff --git a/script/sql/postgres/postgres_ry_vue_5.X.sql b/script/sql/postgres/postgres_ry_vue_5.X.sql
index 610834a..eff1217 100644
--- a/script/sql/postgres/postgres_ry_vue_5.X.sql
+++ b/script/sql/postgres/postgres_ry_vue_5.X.sql
@@ -39,9 +39,9 @@
 comment on column  sys_social.id                is '涓婚敭';
 comment on column  sys_social.user_id           is '鐢ㄦ埛ID';
 comment on column  sys_social.tenant_id         is '绉熸埛id';
-comment on column  sys_social.auth_id           is '鎺堟潈+鎺堟潈openid';
+comment on column  sys_social.auth_id           is '骞冲彴+骞冲彴鍞竴id';
 comment on column  sys_social.source            is '鐢ㄦ埛鏉ユ簮';
-comment on column  sys_social.open_id           is '鍘熺敓openid';
+comment on column  sys_social.open_id           is '骞冲彴缂栧彿鍞竴id';
 comment on column  sys_social.user_name         is '鐧诲綍璐﹀彿';
 comment on column  sys_social.nick_name         is '鐢ㄦ埛鏄电О';
 comment on column  sys_social.email             is '鐢ㄦ埛閭';
@@ -448,7 +448,7 @@
 insert into sys_menu values('115',  '浠g爜鐢熸垚',     '3',   '2', 'gen',              'tool/gen/index',               '', '1', '0', 'C', '0', '0', 'tool:gen:list',               'code',          103, 1, now(), null, null, '浠g爜鐢熸垚鑿滃崟');
 insert into sys_menu values('121',  '绉熸埛绠$悊',     '6',   '1', 'tenant',           'system/tenant/index',          '', '1', '0', 'C', '0', '0', 'system:tenant:list',          'list',          103, 1, now(), null, null, '绉熸埛绠$悊鑿滃崟');
 insert into sys_menu values('122',  '绉熸埛濂楅绠$悊', '6',   '2', 'tenantPackage',    'system/tenantPackage/index',   '', '1', '0', 'C', '0', '0', 'system:tenantPackage:list',   'form',          103, 1, now(), null, null, '绉熸埛濂楅绠$悊鑿滃崟');
-insert into sys_menu values('123',  '瀹㈡埛绔鐞�',   '1',   '1', 'client',           'system/client/index',          '', '1', '0', 'C', '0', '0', 'system:client:list',          'international', 103, 1, now(), null, null, '瀹㈡埛绔鐞嗚彍鍗�');
+insert into sys_menu values('123',  '瀹㈡埛绔鐞�',   '1',   '11', 'client',           'system/client/index',          '', '1', '0', 'C', '0', '0', 'system:client:list',          'international', 103, 1, now(), null, null, '瀹㈡埛绔鐞嗚彍鍗�');
 
 -- springboot-admin鐩戞帶
 insert into sys_menu values('117',  'Admin鐩戞帶',   '2',   '5',  'Admin',            'monitor/admin/index',         '', '1', '0', 'C', '0', '0', 'monitor:admin:list',          'dashboard',     103, 1, now(), null, null, 'Admin鐩戞帶鑿滃崟');

--
Gitblit v1.9.3