feat(插件管理): 升级1.18.1相关插件sql

This commit is contained in:
fit2cloud-chenyw 2023-01-09 10:30:14 +08:00
parent 6cfc4bb8e9
commit d98c64e518

View 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';