From 7759fd0383fb47d34825be897af5eba50cf56f59 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 12 Jul 2022 17:25:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=95=B0=E6=8D=AE=E6=BA=90):=20=E5=9F=BA?= =?UTF-8?q?=E4=BA=8Emongo-bi-connector=20=E6=96=B0=E5=A2=9E=E5=AF=B9mongo?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V38__1.13.sql | 5 +++++ 1 file changed, 5 insertions(+) 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 6450a0e4ed..44c035b200 100644 --- a/backend/src/main/resources/db/migration/V38__1.13.sql +++ b/backend/src/main/resources/db/migration/V38__1.13.sql @@ -32,3 +32,8 @@ SET FOREIGN_KEY_CHECKS = 1; ALTER TABLE `sys_user` ADD COLUMN `phone_prefix` varchar(255) NULL COMMENT '手机号前缀' AFTER `sub`; + +INSERT INTO `my_plugin` (`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `creator`, `load_mybatis`, + `install_time`, `module_name`, `ds_type`) +VALUES ('Mongo 数据源插件', 'default', '0', '0', 'datasource', 'Mongo 数据源插件', '1.0-SNAPSHOT', 'DATAEASE', '0', + '1650765903630', 'mongo-backend', 'mongobi'); \ No newline at end of file