From e1795ea32ee16a904f9b9d93738746be30a6d040 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 13 Dec 2022 11:43:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V45__1.17.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 backend/src/main/resources/db/migration/V45__1.17.sql diff --git a/backend/src/main/resources/db/migration/V45__1.17.sql b/backend/src/main/resources/db/migration/V45__1.17.sql new file mode 100644 index 0000000000..8411b602a0 --- /dev/null +++ b/backend/src/main/resources/db/migration/V45__1.17.sql @@ -0,0 +1,4 @@ +INSERT INTO `my_plugin` (`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `creator`, `load_mybatis`, + `install_time`, `module_name`, `ds_type`) +VALUES ('人大金仓数据源插件', 'default', '0', '0', 'datasource', '人大金仓数据源插件', '1.0-SNAPSHOT', 'DATAEASE', '0', + '1650765903630', 'kingbase-backend', 'kingbase');