diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.6__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.6__ddl.sql index 801388fae4..bfd3066ded 100644 --- a/core/core-backend/src/main/resources/db/migration/V2.10.6__ddl.sql +++ b/core/core-backend/src/main/resources/db/migration/V2.10.6__ddl.sql @@ -3,3 +3,6 @@ ALTER TABLE `core_dataset_table_field` ALTER TABLE `core_dataset_table_field` ADD COLUMN `other_group` longtext NULL COMMENT '未分组的值' AFTER `group_list`; + +ALTER TABLE `visualization_report_filter` +DROP PRIMARY KEY; \ No newline at end of file