This commit is contained in:
全栈小学生 2025-06-20 17:30:14 +08:00
parent 1bf33cb02b
commit e87cf1b9d7
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
ALTER TABLE `sys_user_log` ADD COLUMN `operation` VARCHAR(255) NOT NULL DEFAULT '' COMMENT '操作描述';
ALTER TABLE `sys_user_log` MODIFY `operation` VARCHAR(255) NOT NULL DEFAULT '' COMMENT '操作描述' AFTER `uid`;

View File

@ -1,6 +1,6 @@
<?php
return [
'version' => '1.1.1',
'code' => '202506200001'
'version' => '1.1.2',
'code' => '202506200002'
];