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;