From 6f90f468e5af86bdd37f52067c151afbd7aa8a0c Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 4 Mar 2025 15:18:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(X-Pack):=20[=E6=95=B0=E6=8D=AE=E5=A1=AB?= =?UTF-8?q?=E6=8A=A5]=E6=96=B0=E5=BB=BA=E8=A1=A8=E5=8D=95=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=BB=91=E5=AE=9A=E5=B7=B2=E6=9C=89=E8=A1=A8=20#12788?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整flyway --- .../src/main/resources/db/desktop/V2.10.6__ddl.sql | 5 ----- .../src/main/resources/db/migration/V2.10.6__ddl.sql | 5 ----- 2 files changed, 10 deletions(-) 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';