mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
perf(X-Pack): 优化阈值告警 flyway
This commit is contained in:
committed by
fit2cloud-chenyw
parent
c794742779
commit
ee9a88b496
@@ -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`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user