mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
feat(插件管理): 优化插件版本flyway
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user