Merge pull request #4314 from dataease/pr@dev@feat_flyway

feat(插件管理): 升级1.18.1相关插件sql
This commit is contained in:
fit2cloud-chenyw 2023-01-09 10:34:47 +08:00 committed by GitHub
commit 1fa80ccea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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