mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-13 14:13:47 +08:00
v3.27.0 【优化】员工缓存;【优化】代码生成;【优化】redis缓存失效时间
This commit is contained in:
4
数据库SQL脚本/mysql/sql-update-log/v3.26.0.sql
Normal file
4
数据库SQL脚本/mysql/sql-update-log/v3.26.0.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- ----------------------------
|
||||
-- Table structure for t_operate_log
|
||||
-- ----------------------------
|
||||
ALTER TABLE `t_operate_log` ADD COLUMN `response` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '返回结果' AFTER `param` ;
|
||||
Reference in New Issue
Block a user