mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
feat(插件管理): 优化插件版本flyway
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.1'
|
||||
where `plugin_id` > 0 and `store` = 'default' and `version` = '1.18.0';
|
||||
where `plugin_id` > 0 and `version` = '1.18.0';
|
||||
|
||||
ALTER TABLE `dataset_table_field`
|
||||
CHANGE COLUMN `origin_name` `origin_name` LONGTEXT BINARY NOT NULL COMMENT '原始字段名' ;
|
||||
|
||||
Reference in New Issue
Block a user