mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
chore: 升级版本号至1.18.7
This commit is contained in:
4
backend/src/main/resources/db/migration/V54__1.18.7.sql
Normal file
4
backend/src/main/resources/db/migration/V54__1.18.7.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.7'
|
||||
where `plugin_id` > 0
|
||||
and `version` = '1.18.6';
|
||||
Reference in New Issue
Block a user