From 2e0bba58bfdf982031d6e54d22f5b2b8d89e6dce Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 3 Jun 2026 16:38:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20QRTZ=5FJOB=5FDETAIL?= =?UTF-8?q?S=20=E5=92=8C=20QRTZ=5FTRIGGERS=20=E8=A1=A8=E7=9A=84=20JOB=5FDA?= =?UTF-8?q?TA=20=E5=AD=97=E6=AE=B5=E4=B8=BA=20MEDIUMBLOB=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/desktop/V2.10.19.2__ddl.sql | 2 ++ .../src/main/resources/db/migration/V2.10.19.2__ddl.sql | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 core/core-backend/src/main/resources/db/desktop/V2.10.19.2__ddl.sql create mode 100644 core/core-backend/src/main/resources/db/migration/V2.10.19.2__ddl.sql diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10.19.2__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10.19.2__ddl.sql new file mode 100644 index 0000000000..9b706b2d0a --- /dev/null +++ b/core/core-backend/src/main/resources/db/desktop/V2.10.19.2__ddl.sql @@ -0,0 +1,2 @@ +ALTER TABLE `QRTZ_JOB_DETAILS` MODIFY `JOB_DATA` MEDIUMBLOB; +ALTER TABLE `QRTZ_TRIGGERS` MODIFY `JOB_DATA` MEDIUMBLOB; diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.19.2__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.19.2__ddl.sql new file mode 100644 index 0000000000..9b706b2d0a --- /dev/null +++ b/core/core-backend/src/main/resources/db/migration/V2.10.19.2__ddl.sql @@ -0,0 +1,2 @@ +ALTER TABLE `QRTZ_JOB_DETAILS` MODIFY `JOB_DATA` MEDIUMBLOB; +ALTER TABLE `QRTZ_TRIGGERS` MODIFY `JOB_DATA` MEDIUMBLOB;