diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10.6__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10.6__ddl.sql index 883af71640..01944a2cd5 100644 --- a/core/core-backend/src/main/resources/db/desktop/V2.10.6__ddl.sql +++ b/core/core-backend/src/main/resources/db/desktop/V2.10.6__ddl.sql @@ -4,8 +4,3 @@ ALTER TABLE `core_dataset_table_field` ALTER TABLE `core_dataset_table_field` ADD COLUMN `other_group` longtext NULL; - -alter table `per_data_filling_task_sub_instance` - modify `data_id` varchar(255) null comment '数据ID'; -alter table per_data_filling_commit_log - modify `data_id` varchar(255) not null comment '操作的数据ID'; 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 9fe7169e8b..8766d7e4bc 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 @@ -7,8 +7,3 @@ ALTER TABLE `core_dataset_table_field` ALTER TABLE `visualization_report_filter` DROP PRIMARY KEY; - -alter table `per_data_filling_task_sub_instance` - modify `data_id` varchar(255) null comment '数据ID'; -alter table per_data_filling_commit_log - modify `data_id` varchar(255) not null comment '操作的数据ID';