From d3f90ca1d8abcbb2fd0038c436fb27b7d90fabe4 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 30 Sep 2022 15:34:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B8=85=E7=90=86=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E6=95=B0=E6=8D=AE=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V41__1.15-offical-panel-update.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/src/main/resources/db/migration/V41__1.15-offical-panel-update.sql b/backend/src/main/resources/db/migration/V41__1.15-offical-panel-update.sql index 48dfaab0f8..c9b0bd8c8c 100644 --- a/backend/src/main/resources/db/migration/V41__1.15-offical-panel-update.sql +++ b/backend/src/main/resources/db/migration/V41__1.15-offical-panel-update.sql @@ -790,3 +790,6 @@ COMMIT; SET FOREIGN_KEY_CHECKS = 1; +delete from dataset_table where id ='4e603bf1-84f0-4234-b789-b68adfe45f5b'; +delete from dataset_table_field where table_id='4e603bf1-84f0-4234-b789-b68adfe45f5b'; +