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