feat(插件管理): 升级1.18.1相关插件sql
This commit is contained in:
parent
4205f856b1
commit
0438b1e620
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