升级积木报表和积木BI到v2.2.0、poi升级到5

This commit is contained in:
JEECG
2025-11-24 22:04:12 +08:00
parent 899264250c
commit 2740a2f419
6 changed files with 46 additions and 41 deletions

View File

@ -9454,4 +9454,9 @@ END
;;
delimiter ;
SET FOREIGN_KEY_CHECKS = 1;
SET FOREIGN_KEY_CHECKS = 1;
-- 升级积木BI到V2.2.0版本
ALTER TABLE `onl_drag_page`
MODIFY COLUMN `des_json` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '仪表盘主配置JSON' AFTER `cover_url`;