From a9d7e5d1561fb8a11c41ca183eb18c62253477e3 Mon Sep 17 00:00:00 2001 From: xuwei-fit2cloud Date: Tue, 22 Aug 2023 10:16:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=9B=BEflyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V58__1.18.10.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/main/resources/db/migration/V58__1.18.10.sql b/backend/src/main/resources/db/migration/V58__1.18.10.sql index dbd2b40414..46aaa24245 100644 --- a/backend/src/main/resources/db/migration/V58__1.18.10.sql +++ b/backend/src/main/resources/db/migration/V58__1.18.10.sql @@ -6,3 +6,5 @@ where `plugin_id` > 0 INSERT INTO `my_plugin`(`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `install_type`, `creator`, `load_mybatis`, `release_time`, `install_time`, `module_name`, `icon`, `ds_type`) VALUES ('桑基图插件', 'default', 0, 0, 'view', 'AntV G2Plot 桑基图插件', '1.18.10', NULL, 'DATAEASE', 0, NULL, 1691046891296, 'view-sankey-backend', NULL, NULL); INSERT INTO `my_plugin`(`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `install_type`, `creator`, `load_mybatis`, `release_time`, `install_time`, `module_name`, `icon`, `ds_type`) VALUES ('AntV 组合图插件', 'default', 0, 0, 'view', 'AntV G2Plot 组合图插件', '1.18.10', NULL, 'DATAEASE', 0, NULL, 1691046891296, 'view-chartmix-backend', NULL, NULL); + +INSERT INTO `my_plugin`(`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `install_type`, `creator`, `load_mybatis`, `release_time`, `install_time`, `module_name`, `icon`, `ds_type`) VALUES ('ECharts 动态排序图插件', 'default', 0, 0, 'view', 'ECharts 动态排序图插件', '1.18.10', NULL, 'DATAEASE', 0, NULL, 1691046891296, 'view-racebar-backend', NULL, NULL);