forked from github/dataease
Merge pull request #4314 from dataease/pr@dev@feat_flyway
feat(插件管理): 升级1.18.1相关插件sql
This commit is contained in:
commit
1fa80ccea3
3
backend/src/main/resources/db/migration/V48__1.18.1.sql
Normal file
3
backend/src/main/resources/db/migration/V48__1.18.1.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
UPDATE `my_plugin`
|
||||||
|
SET `version` = '1.18.1'
|
||||||
|
where `plugin_id` > 0 and `store` = 'default' and `version` = '1.18.0';
|
Loading…
Reference in New Issue
Block a user