mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix(系统管理-插件管理): 修改插件信息
This commit is contained in:
@@ -83,4 +83,10 @@ WHERE
|
||||
BEGIN;
|
||||
DELETE from `sys_menu` where `menu_id` = 55;
|
||||
DELETE from `sys_menu` where `menu_id` = 56;
|
||||
COMMIT;
|
||||
|
||||
BEGIN;
|
||||
UPDATE `my_plugin` set cost = '60000', `creator` = 'DATAEASE' WHERE `module_name` = 'deplugin-xpack-backend';
|
||||
UPDATE `my_plugin` set cost = '0', `creator` = 'DATAEASE' WHERE `module_name` = 'view-bubblemap-backend';
|
||||
UPDATE `my_plugin` set cost = '0', `creator` = 'DATAEASE' WHERE `module_name` = 'view-symbolmap-backend';
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user