Pre Merge pull request !105 from songo/N/A

This commit is contained in:
songo
2025-03-07 04:56:52 +00:00
committed by Gitee

View File

@@ -9,7 +9,7 @@ DROP TABLE IF EXISTS QRTZ_BLOB_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
DROP TABLE IF EXISTS QRTZ_CALENDARS;
SET NAMES utf8mb4;
-- ----------------------------
-- 1、存储每一个已配置的 jobDetail 的详细信息
-- ----------------------------