mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor: 升级版本号
This commit is contained in:
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';
|
||||
Reference in New Issue
Block a user