From f23b0b9d5c41e2a4e3b5ea670a271a1ff5ba3400 Mon Sep 17 00:00:00 2001
From: zhangdaiscott <zhangdaiscott@163.com>
Date: Wed, 2 Dec 2020 13:27:04 +0800
Subject: [PATCH] 解决QRTZ_区分大小写的问题

---
 jeecg-boot/db/jeecgboot-mysql-5.7.sql | 12 ++++++++++++
 1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/jeecg-boot/db/jeecgboot-mysql-5.7.sql b/jeecg-boot/db/jeecgboot-mysql-5.7.sql
index 25a5603..60c0b29 100644
--- a/jeecg-boot/db/jeecgboot-mysql-5.7.sql
+++ b/jeecg-boot/db/jeecgboot-mysql-5.7.sql
@@ -5364,6 +5364,18 @@ DROP TABLE IF EXISTS QRTZ_TRIGGERS;
 DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
 DROP TABLE IF EXISTS QRTZ_CALENDARS;
 
+drop table if exists qrtz_fired_triggers;
+drop table if exists qrtz_paused_trigger_grps;
+drop table if exists qrtz_scheduler_state;
+drop table if exists qrtz_locks;
+drop table if exists qrtz_simple_triggers;
+drop table if exists qrtz_simprop_triggers;
+drop table if exists qrtz_cron_triggers;
+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;
+
 
 CREATE TABLE QRTZ_JOB_DETAILS
   (
--
libgit2 0.22.2