From a21fa666fda1c9f2333ebbe7c5e32b093a3037cb Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期二, 29 十月 2024 09:39:45 +0800 Subject: [PATCH] update springboot 3.2.11 => 3.3.5 update springboot-admin 3.2.3 => 3.3.4 --- script/sql/update/sqlserver/update_5.0-5.1.sql | 8 +++++++- 1 files changed, 7 insertions(+), 1 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 63fa937..bde3813 100644 --- a/script/sql/update/sqlserver/update_5.0-5.1.sql +++ b/script/sql/update/sqlserver/update_5.0-5.1.sql @@ -250,7 +250,7 @@ GO EXEC sp_addextendedproperty -'MS_Description', N'涓诲缓', +'MS_Description', N'涓婚敭', 'SCHEMA', N'dbo', 'TABLE', N'sys_client', 'COLUMN', N'id' @@ -401,3 +401,9 @@ GO INSERT sys_role_menu VALUES (2, 1065) GO + + +UPDATE sys_dept SET leader = null +GO +ALTER TABLE sys_dept ALTER COLUMN leader bigint NULL +GO -- Gitblit v1.9.3