This commit is contained in:
2026-06-17 23:44:43 +08:00
parent ef1e7db0e6
commit 4b3eb307b8
7 changed files with 40 additions and 49 deletions
+3 -8
View File
@@ -1,12 +1,7 @@
/*
Navicat Premium Data Transfer
Source Server Type : MySQL
Source Server Version : 80044
Target Server Type : MySQL
Target Server Version : 80044
File Encoding : 65001
*/
-- 设置字符集
SET NAMES utf8mb4;
SET CHARACTER SET utf8mb4;
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE;