From 2d264ad55894bcce4ab0b049ab8c3aade3768093 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期一, 30 一月 2023 15:13:31 +0800
Subject: [PATCH] update springboot 3.0.1 => 3.0.2 update springboot-admin 3.0.0-M8 => 3.0.0 update easyexcel 3.1.5 => 3.2.0

---
 script/sql/update/sqlserver/update-4.1-4.2.sql |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/script/sql/update/sqlserver/update-4.1-4.2.sql b/script/sql/update/sqlserver/update-4.1-4.2.sql
index 414917f..9e217ec 100644
--- a/script/sql/update/sqlserver/update-4.1-4.2.sql
+++ b/script/sql/update/sqlserver/update-4.1-4.2.sql
@@ -22,3 +22,6 @@
 
 INSERT INTO [sys_oss_config] ([oss_config_id], [config_key], [access_key], [secret_key], [bucket_name], [prefix], [endpoint], [domain], [is_https], [region], [status], [ext1], [create_by], [create_time], [update_by], [update_time], [remark]) VALUES (N'5', N'image',  N'ruoyi', N'ruoyi123', N'ruoyi', N'image', N'127.0.0.1:9000', N'',N'N', N'', N'1', N'', N'admin', getdate(), N'admin', getdate(), NULL)
 GO
+
+ALTER TABLE [gen_table_column] ALTER COLUMN [table_id] bigint NULL
+GO

--
Gitblit v1.9.3