forked from github/dataease
feat(插件管理): 升级1.18.1相关插件sql
This commit is contained in:
parent
6cfc4bb8e9
commit
d98c64e518
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