fix: 修改 QRTZ_JOB_DETAILS 和 QRTZ_TRIGGERS 表的 JOB_DATA 字段为 MEDIUMBLOB 类型

This commit is contained in:
jianneng-fit2cloud
2026-06-03 16:38:07 +08:00
committed by jianneng-fit2cloud
parent 2204258118
commit 2e0bba58bf
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `QRTZ_JOB_DETAILS` MODIFY `JOB_DATA` MEDIUMBLOB;
ALTER TABLE `QRTZ_TRIGGERS` MODIFY `JOB_DATA` MEDIUMBLOB;

View File

@@ -0,0 +1,2 @@
ALTER TABLE `QRTZ_JOB_DETAILS` MODIFY `JOB_DATA` MEDIUMBLOB;
ALTER TABLE `QRTZ_TRIGGERS` MODIFY `JOB_DATA` MEDIUMBLOB;