feat(X-Pack): [数据填报]新建表单支持绑定已有表

#12788

调整flyway
This commit is contained in:
ulleo
2025-03-04 15:18:25 +08:00
committed by xuwei-fit2cloud
parent b62a4fe67b
commit 6f90f468e5
2 changed files with 0 additions and 10 deletions

View File

@@ -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';

View File

@@ -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';