mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix: flyway兼容
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `chart_view` SET `custom_filter` = '[]';
|
||||
@@ -1,4 +1,3 @@
|
||||
ALTER TABLE `chart_view` ADD COLUMN `ext_stack` LONGTEXT COMMENT '堆叠项' AFTER `y_axis`;
|
||||
|
||||
UPDATE `chart_view` SET `ext_stack` = '[]';
|
||||
UPDATE `chart_view` SET `custom_filter` = '[]';
|
||||
Reference in New Issue
Block a user