From 29a6bdb9236be15ba6f7a48f3db95bacf9147ea1 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 18 Feb 2025 18:58:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF=E3=80=81?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=90=8C=E4=B8=80=E4=B8=AA=E4=BB=AA=E8=A1=A8=E6=9D=BF?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E6=97=B6=E9=85=8D=E7=BD=AE=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8F=AF=E8=83=BD=E6=8A=A5=E9=94=99=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/migration/V2.10.6__ddl.sql | 3 +++ 1 file changed, 3 insertions(+) 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