From fcdc64b67e85310a2fe25feaf7a10f15bdc2d8f6 Mon Sep 17 00:00:00 2001
From: stylefeng <sn93@qq.com>
Date: Thu, 29 Aug 2024 10:46:16 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=908.3.0=E3=80=91=E3=80=90log=E3=80=91?=
 =?UTF-8?q?=E6=9B=B4=E6=96=B0log=E6=97=A5=E5=BF=97=E8=A1=A8=E7=9A=84?=
 =?UTF-8?q?=E5=87=A0=E4=B8=AA=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../migration/mysql/V8.1.9_20240829_1045__sec_field_expand.sql | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 kernel-d-log/log-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.9_20240829_1045__sec_field_expand.sql

diff --git a/kernel-d-log/log-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.9_20240829_1045__sec_field_expand.sql b/kernel-d-log/log-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.9_20240829_1045__sec_field_expand.sql
new file mode 100644
index 000000000..6296f9ea4
--- /dev/null
+++ b/kernel-d-log/log-spring-boot-starter/src/main/resources/db/migration/mysql/V8.1.9_20240829_1045__sec_field_expand.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `sys_log_security`
+MODIFY COLUMN `request_url` varchar(2000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '当前用户请求的url' AFTER `security_log_id`,
+MODIFY COLUMN `log_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '安全日志内容' AFTER `client_os`;
\ No newline at end of file