From ee9a88b496ebd787fdf58cd0ca1f68e25365b886 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 21 Jan 2026 11:23:39 +0800 Subject: [PATCH] =?UTF-8?q?perf(X-Pack):=20=E4=BC=98=E5=8C=96=E9=98=88?= =?UTF-8?q?=E5=80=BC=E5=91=8A=E8=AD=A6=20flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V2.10.19__ddl.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.19__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.19__ddl.sql index 4e6e188d1b..3fc7102979 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10.19__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10.19__ddl.sql @@ -1,9 +1,6 @@ ALTER TABLE `xpack_threshold_info` ADD COLUMN `show_field_value` tinyint(1) NOT NULL DEFAULT 0 COMMENT '显示字段值' AFTER `repeat_send`; -ALTER TABLE `xpack_threshold_info_snapshot` - ADD COLUMN `show_field_value` tinyint(1) NOT NULL DEFAULT 0 COMMENT '显示字段值' AFTER `repeat_send`; - ALTER TABLE `snapshot_visualization_outer_params_target_view_info` ADD COLUMN `match_mode` varchar(255) NULL DEFAULT 'self' COMMENT '匹配方式' AFTER `target_ds_id`;