ruanwenjun commented on code in PR #12397: URL: https://github.com/apache/dolphinscheduler/pull/12397#discussion_r996655403
########## dolphinscheduler-dao/src/main/resources/sql/upgrade/3.2.0_schema/mysql/dolphinscheduler_dml.sql: ########## @@ -14,3 +14,5 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +UPDATE qrtz_job_details SET job_class_name = 'org.apache.dolphinscheduler.scheduler.quartz.ProcessScheduleTask' WHERE job_class_name = 'org.apache.dolphinscheduler.service.quartz.ProcessScheduleJob'; Review Comment: Can we move this to 3.1.1 or 3.1.0 DML? since this has been released in 3.1.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
