From 79293280c560a9400d3936520e5e8736fe5b4628 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Sun, 27 Apr 2025 11:14:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20error=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=8A=A5=E9=94=993?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1408534728638464]error日志报错3 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1408534728638464 --- .../resources/inspect/changelog/2025-04-27/neatlogic_tenant.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/neatlogic/resources/inspect/changelog/2025-04-27/neatlogic_tenant.sql b/src/main/resources/neatlogic/resources/inspect/changelog/2025-04-27/neatlogic_tenant.sql index e905f98..219a255 100644 --- a/src/main/resources/neatlogic/resources/inspect/changelog/2025-04-27/neatlogic_tenant.sql +++ b/src/main/resources/neatlogic/resources/inspect/changelog/2025-04-27/neatlogic_tenant.sql @@ -1,3 +1,3 @@ ALTER TABLE `inspect_alert_everyday` - CHANGE `alert_object` `alert_object` TEXT CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '告警对象'; + CHANGE `alert_object` `alert_object` VARCHAR (750) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '告警对象'; -- Gitee