forked from github/dataease
refactor: 升级版本号
This commit is contained in:
parent
228fd36b1d
commit
857649bdb0
4
backend/src/main/resources/db/migration/V52__1.18.5.sql
Normal file
4
backend/src/main/resources/db/migration/V52__1.18.5.sql
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
UPDATE `my_plugin`
|
||||||
|
SET `version` = '1.18.5'
|
||||||
|
where `plugin_id` > 0
|
||||||
|
and `version` = '1.18.4';
|
Loading…
Reference in New Issue
Block a user