refactor: 调整flyway

This commit is contained in:
wangjiahao 2022-12-13 11:42:05 +08:00
parent 61289fde5f
commit 68c50614a5
2 changed files with 4 additions and 0 deletions

View File

@ -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');