From 1112dcb763ca7e55f99900c792a7a8ce22976e81 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 21 Jul 2022 11:33:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=B8=82=E5=9C=BA=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V38__1.13.sql | 43 +------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/backend/src/main/resources/db/migration/V38__1.13.sql b/backend/src/main/resources/db/migration/V38__1.13.sql index 102e706ae2..bd7afa17aa 100644 --- a/backend/src/main/resources/db/migration/V38__1.13.sql +++ b/backend/src/main/resources/db/migration/V38__1.13.sql @@ -38,48 +38,7 @@ INSERT INTO `my_plugin` (`name`, `store`, `free`, `cost`, `category`, `descript` VALUES ('Mongo 数据源插件', 'default', '0', '0', 'datasource', 'Mongo 数据源插件', '1.0-SNAPSHOT', 'DATAEASE', '0', '1650765903630', 'mongo-backend', 'mongobi'); - -INSERT INTO `sys_menu` ( - `menu_id`, - `pid`, - `sub_count`, - `type`, - `title`, - `name`, - `component`, - `menu_sort`, - `icon`, - `path`, - `i_frame`, - `cache`, - `hidden`, - `permission`, - `create_by`, - `update_by`, - `create_time`, - `update_time` -) -VALUES - ( - 41, - 1, - 1, - 1, - '模板市场', - 'template-market', - 'panel/templateMarket/index', - 13, - 'dashboard', - 'panel/templateMarket/index', - 0, - 0, - 0, - '', - NULL, - NULL, - NULL, - 1620444227389 - ); +INSERT INTO `sys_menu` (`menu_id`, `pid`, `sub_count`, `type`, `title`, `name`, `component`, `menu_sort`, `icon`, `path`, `i_frame`, `cache`, `hidden`, `permission`, `create_by`, `update_by`, `create_time`, `update_time`) VALUES (202, 0, 0, 1, '模板市场', 'template-market', 'panel/templateMarket/index', 7, 'dashboard', '/templateMarket', 0, 0, 0, null, NULL, NULL, NULL, 1620444227389); INSERT INTO `system_parameter` (`param_key`, `param_value`, `type`, `sort`) VALUES ('basic.templateAccessKey', 'dataease', 'text', NULL); INSERT INTO `system_parameter` (`param_key`, `param_value`, `type`, `sort`) VALUES ('basic.templateMarketUlr', 'https://dataease.io/templates', 'text', 4);