From 17ecce9978b90b5e34ee07138e7c6cfcf01dd9f7 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期四, 13 七月 2023 19:00:20 +0800
Subject: [PATCH] reset 删除 三方表默认数据 错误理解不需要此数据

---
 script/sql/update/sqlserver/update_5.0-5.1.sql |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/script/sql/update/sqlserver/update_5.0-5.1.sql b/script/sql/update/sqlserver/update_5.0-5.1.sql
index b9994f8..6bbedcf 100644
--- a/script/sql/update/sqlserver/update_5.0-5.1.sql
+++ b/script/sql/update/sqlserver/update_5.0-5.1.sql
@@ -56,12 +56,6 @@
     'COLUMN', N'id'
 GO
 EXEC sys.sp_addextendedproperty
-    'MS_Description', N'涓婚敭' ,
-    'SCHEMA', N'dbo',
-    'TABLE', N'sys_social',
-    'COLUMN', N'id'
-GO
-EXEC sys.sp_addextendedproperty
     'MS_Description', N'鐢ㄦ埛ID' ,
     'SCHEMA', N'dbo',
     'TABLE', N'sys_social',
@@ -265,7 +259,7 @@
 'MS_Description', N'瀹㈡埛绔痠d' ,
 'SCHEMA', N'dbo',
 'TABLE', N'sys_client',
-'COLUMN', N'tenant_id'
+'COLUMN', N'client_id'
 GO
 EXEC sp_addextendedproperty
 'MS_Description', N'瀹㈡埛绔痥ey',
@@ -377,7 +371,7 @@
 GO
 
 -- 浜岀骇鑿滃崟
-INSERT sys_menu VALUES (123, N'瀹㈡埛绔鐞�', 1, 1, N'client', N'system/client/index', N'', 1, 0, N'C', N'0', N'0', N'system:client:list', N'international', 103, 1, getdate(), NULL, NULL, N'瀹㈡埛绔鐞嗚彍鍗�')
+INSERT sys_menu VALUES (123, N'瀹㈡埛绔鐞�', 1, 11, N'client', N'system/client/index', N'', 1, 0, N'C', N'0', N'0', N'system:client:list', N'international', 103, 1, getdate(), NULL, NULL, N'瀹㈡埛绔鐞嗚彍鍗�')
 GO
 -- 瀹㈡埛绔鐞嗘寜閽�
 INSERT sys_menu VALUES (1061, N'瀹㈡埛绔鐞嗘煡璇�', 123, 1, N'#', N'', N'', 1, 0, N'F', N'0', N'0', N'system:client:query', N'#', 103, 1, getdate(), NULL, NULL, N'');

--
Gitblit v1.9.3