mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 13:28:16 +08:00
refactor: 调整flyway
This commit is contained in:
4
backend/src/main/resources/db/migration/V45__1.17.sql
Normal file
4
backend/src/main/resources/db/migration/V45__1.17.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');
|
||||
Reference in New Issue
Block a user