diff --git a/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql index 0edcbab71d..34d6ddff6d 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10__ddl.sql @@ -69,7 +69,7 @@ alter table `core_chart_view` add ext_color longtext comment '颜色维度field'; update visualization_outer_params_target_view_info tvi INNER JOIN core_chart_view ccv on tvi.target_view_id = ccv.id - set tvi.target_ds_id = ccv.table_id + set tvi.target_ds_id = ccv.table_id; DROP TABLE IF EXISTS `core_font`;