fix(图表): 修复新增区间条形图flyway不生效问题

#8930
This commit is contained in:
ulleo 2024-05-11 10:12:20 +08:00
parent d2a5045784
commit 634b47da5a
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
alter table `core_chart_view`
add aggregate bit null comment '区间条形图开启时间纬度开启聚合';

View File

@ -0,0 +1,2 @@
alter table `core_chart_view`
add aggregate bit null comment '区间条形图开启时间纬度开启聚合';