From 9296985be0ab63ba54c63c71c011681f91aef7fb Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 23 Nov 2024 23:08:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E8=8F=9C=E5=8D=95=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/changelog/mysql/plugin/plugin_generator.sql | 2 +- .../db/changelog/postgresql/plugin/plugin_generator.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/continew-webapi/src/main/resources/db/changelog/mysql/plugin/plugin_generator.sql b/continew-webapi/src/main/resources/db/changelog/mysql/plugin/plugin_generator.sql index ffd82ca5..bfadee7e 100644 --- a/continew-webapi/src/main/resources/db/changelog/mysql/plugin/plugin_generator.sql +++ b/continew-webapi/src/main/resources/db/changelog/mysql/plugin/plugin_generator.sql @@ -42,7 +42,7 @@ CREATE TABLE IF NOT EXISTS `gen_field_config` ( INSERT INTO `sys_menu` (`id`, `title`, `parent_id`, `type`, `path`, `name`, `component`, `redirect`, `icon`, `is_external`, `is_cache`, `is_hidden`, `permission`, `sort`, `status`, `create_user`, `create_time`, `update_user`, `update_time`) VALUES -(9000, '代码生成', 0, 1, '/code', 'Code', 'Layout', '/code/generator', 'tool', b'0', b'0', b'0', NULL, 9, 1, 1, NOW(), NULL, NULL), +(9000, '代码生成', 0, 1, '/code', 'Code', 'Layout', '/code/generator', 'code-release-managment', b'0', b'0', b'0', NULL, 9, 1, 1, NOW(), NULL, NULL), (9010, '代码生成', 9000, 2, '/code/generator', 'CodeGenerator', 'code/generator/index', NULL, 'code', b'0', b'0', b'0', NULL, 1, 1, 1, NOW(), NULL, NULL), (9011, '列表', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:list', 1, 1, 1, NOW(), NULL, NULL), (9012, '配置', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:config', 2, 1, 1, NOW(), NULL, NULL), diff --git a/continew-webapi/src/main/resources/db/changelog/postgresql/plugin/plugin_generator.sql b/continew-webapi/src/main/resources/db/changelog/postgresql/plugin/plugin_generator.sql index 09d571d1..251c8c20 100644 --- a/continew-webapi/src/main/resources/db/changelog/postgresql/plugin/plugin_generator.sql +++ b/continew-webapi/src/main/resources/db/changelog/postgresql/plugin/plugin_generator.sql @@ -70,7 +70,7 @@ COMMENT ON TABLE "gen_field_config" IS '字段配置表'; INSERT INTO "sys_menu" ("id", "title", "parent_id", "type", "path", "name", "component", "redirect", "icon", "is_external", "is_cache", "is_hidden", "permission", "sort", "status", "create_user", "create_time", "update_user", "update_time") VALUES -(9000, '代码生成', 0, 1, '/code', 'Code', 'Layout', '/code/generator', 'tool', false, false, false, NULL, 9, 1, 1, NOW(), NULL, NULL), +(9000, '代码生成', 0, 1, '/code', 'Code', 'Layout', '/code/generator', 'code-release-managment', false, false, false, NULL, 9, 1, 1, NOW(), NULL, NULL), (9010, '代码生成', 9000, 2, '/code/generator', 'CodeGenerator', 'code/generator/index', NULL, 'code', false, false, false, NULL, 1, 1, 1, NOW(), NULL, NULL), (9011, '列表', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:list', 1, 1, 1, NOW(), NULL, NULL), (9012, '配置', 9010, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'code:generator:config', 2, 1, 1, NOW(), NULL, NULL),