Merge pull request #4663 from dataease/pr@dev@refactor_version

refactor: 升级版本号
This commit is contained in:
王嘉豪 2023-02-28 15:55:46 +08:00 committed by GitHub
commit f2cc52b705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
UPDATE `my_plugin`
SET `version` = '1.18.4'
where `plugin_id` > 0
and `version` = '1.18.3';