feat: 导出中心导出失败时,给出失败原因信息,方便问题排查

This commit is contained in:
taojinlong 2024-06-13 17:26:29 +08:00
parent c4e24bcff5
commit 25779f13f4

View File

@ -0,0 +1 @@
ALTER TABLE `core_export_task` ADD COLUMN `msg` LONGTEXT NULL COMMENT '错误信息' AFTER `params`;