forked from github/dataease
refactor: 调整flyway
This commit is contained in:
parent
61289fde5f
commit
68c50614a5
4
backend/src/main/resources/db/migration/V45__1.17.1.sql
Normal file
4
backend/src/main/resources/db/migration/V45__1.17.1.sql
Normal 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');
|
Loading…
Reference in New Issue
Block a user