Merge pull request #9595 from ulleo/dev-v2

fix(图表): 修复新增区间条形图flyway不生效问题
This commit is contained in:
ulleo 2024-05-11 10:13:00 +08:00 committed by GitHub
commit c20adb3a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 '区间条形图开启时间纬度开启聚合';