From afd225270b307c9cf9f49b3722c67fb9f448a4d4 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 19 Dec 2022 20:23:23 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=89=88=E6=9C=AC=E5=8F=B7):=20=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V46__1.18.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/main/resources/db/migration/V46__1.18.sql b/backend/src/main/resources/db/migration/V46__1.18.sql index 5cd400b8b4..6d1a5fa29b 100644 --- a/backend/src/main/resources/db/migration/V46__1.18.sql +++ b/backend/src/main/resources/db/migration/V46__1.18.sql @@ -13,3 +13,5 @@ ALTER TABLE `sys_task` INSERT INTO `sys_menu` (`menu_id`, `pid`, `sub_count`, `type`, `title`, `name`, `component`, `menu_sort`, `icon`, `path`, `i_frame`, `cache`, `hidden`, `permission`) VALUES (1100, 1, 0, 1, '血缘关系', 'sys-relationship', 'system/relationship/index', 1002, 'sys-relationship', 'relationship', 0, 0, 0, 'relationship:read'); UPDATE `sys_menu` SET `menu_sort` = 1003 WHERE (`menu_id` = 101); + +UPDATE `my_plugin` SET `version` = '1.18.0' where `plugin_id` > 0;