perf(X-Pack): 优化阈值告警 flyway

This commit is contained in:
fit2cloud-chenyw
2026-01-21 11:23:39 +08:00
committed by fit2cloud-chenyw
parent c794742779
commit ee9a88b496

View File

@@ -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`;