From 2370b5b0c178bd2e5ee0b449f27110d590bfbced Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 5 Sep 2022 11:50:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E6=BA=90):=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=BA=90=E8=A1=A8=E5=8D=95sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V40__1.15.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/main/resources/db/migration/V40__1.15.sql b/backend/src/main/resources/db/migration/V40__1.15.sql index c554b79f40..e6b292b6ce 100644 --- a/backend/src/main/resources/db/migration/V40__1.15.sql +++ b/backend/src/main/resources/db/migration/V40__1.15.sql @@ -6,3 +6,5 @@ CREATE TABLE `sys_external_token` ( `exp_time` bigint(13) NOT NULL COMMENT '过期时间', PRIMARY KEY (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci; + +UPDATE `sys_menu` set `component` = 'system/datasource/DsForm' where `component` = 'system/datasource/form';