Merge pull request #10262 from dataease/pr@dev-v2_export_data

feat: 导出中心导出失败时,给出失败原因信息,方便问题排查
This commit is contained in:
taojinlong 2024-06-13 17:28:10 +08:00 committed by GitHub
commit 8eda291a90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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