feat(插件管理): 优化插件版本flyway

This commit is contained in:
fit2cloud-chenyw 2023-01-10 15:15:03 +08:00
parent 0438b1e620
commit 2529eca60a

View File

@ -1,3 +1,3 @@
UPDATE `my_plugin`
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';