mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 17:58:11 +08:00
Merge pull request #4527 from dataease/pr@dev@feat_update_version
feat: 升级版本号到1.18.3
This commit is contained in:
4
backend/src/main/resources/db/migration/V50__1.18.3.sql
Normal file
4
backend/src/main/resources/db/migration/V50__1.18.3.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.3'
|
||||
where `plugin_id` > 0
|
||||
and `version` = '1.18.2';
|
||||
Reference in New Issue
Block a user