From 6da93cdcda026aed438d465e91d415f30b13dcb9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 15 Feb 2022 14:46:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V32__1.8.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/db/migration/V32__1.8.sql b/backend/src/main/resources/db/migration/V32__1.8.sql index 725be3d641..2e33e1ab09 100644 --- a/backend/src/main/resources/db/migration/V32__1.8.sql +++ b/backend/src/main/resources/db/migration/V32__1.8.sql @@ -308,7 +308,7 @@ delete from chart_group where id in ( '5a8e8b0a-2f64-4d1b-aac1-d284b2b8436f', 'bc7542d8-2b7e-4909-81ff-3627b0227501', 'bfa7d87f-c76f-4406-9f19-0adccb7c568d' -) +); ALTER TABLE `panel_link_mapping` ADD COLUMN `uuid` varchar(8) NULL COMMENT 'uuid' AFTER `user_id`;