mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #4314 from dataease/pr@dev@feat_flyway
feat(插件管理): 升级1.18.1相关插件sql
This commit is contained in:
3
backend/src/main/resources/db/migration/V48__1.18.1.sql
Normal file
3
backend/src/main/resources/db/migration/V48__1.18.1.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.1'
|
||||
where `plugin_id` > 0 and `store` = 'default' and `version` = '1.18.0';
|
||||
Reference in New Issue
Block a user