Merge pull request #4081 from dataease/pr@dev@refactor_flyway

refactor: 调整flyway
This commit is contained in:
fit2cloudrd 2022-12-13 11:44:50 +08:00 committed by GitHub
commit a657597dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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');