feat(插件管理): 优化插件版本flyway
This commit is contained in:
parent
0438b1e620
commit
2529eca60a
@ -1,3 +1,3 @@
|
|||||||
UPDATE `my_plugin`
|
UPDATE `my_plugin`
|
||||||
SET `version` = '1.18.1'
|
SET `version` = '1.18.1'
|
||||||
where `plugin_id` > 0 and `store` = 'default' and `version` = '1.18.0';
|
where `plugin_id` > 0 and `version` = '1.18.0';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user