From 944489273d8d27903cd0f9a42eb20e654d1ceb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E7=B1=B3=E6=98=9F?= <27813846@qq.com> Date: Sat, 3 Dec 2022 10:59:38 +0000 Subject: [PATCH] update sql/quartz.sql. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 西米星 <27813846@qq.com> --- sql/quartz.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/quartz.sql b/sql/quartz.sql index 5f99bfb5..a5c3d49c 100644 --- a/sql/quartz.sql +++ b/sql/quartz.sql @@ -1,3 +1,5 @@ +SET NAMES utf8mb4; + DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS; DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS; DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE;