publish 2.0.0.rc46

This commit is contained in:
曾文豪
2024-08-26 13:31:03 +08:00
parent 90029faa53
commit d0289d38b3
21 changed files with 63 additions and 73 deletions

View File

@@ -73,6 +73,9 @@ CREATE TABLE `core_log_operation`
alter table core_log_process
modify params longtext null comment '异常说明';
change error params longtext null comment '异常说明';
alter table core_log_process
change fail_file result_file varchar(500) null comment '失败的文件';
SET FOREIGN_KEY_CHECKS = 1;