diff --git a/core/core-backend/src/main/resources/db/desktop/V2.7__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.7__ddl.sql new file mode 100644 index 0000000000..76dbdd4a62 --- /dev/null +++ b/core/core-backend/src/main/resources/db/desktop/V2.7__ddl.sql @@ -0,0 +1,2 @@ +alter table `core_chart_view` + add aggregate bit null comment '区间条形图开启时间纬度开启聚合'; \ No newline at end of file diff --git a/core/core-backend/src/main/resources/db/migration/V2.7__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.7__ddl.sql new file mode 100644 index 0000000000..76dbdd4a62 --- /dev/null +++ b/core/core-backend/src/main/resources/db/migration/V2.7__ddl.sql @@ -0,0 +1,2 @@ +alter table `core_chart_view` + add aggregate bit null comment '区间条形图开启时间纬度开启聚合'; \ No newline at end of file