From 731d7420f16628dd397d718c84611e1045df7ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E7=A7=8B=E6=97=AD?= Date: Sat, 31 Jan 2026 20:23:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsql=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E7=9A=84=E7=BC=96=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/quartz.sql | 1 + sql/ry_20250522.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/sql/quartz.sql b/sql/quartz.sql index 5f99bfb5..463345f9 100644 --- a/sql/quartz.sql +++ b/sql/quartz.sql @@ -1,3 +1,4 @@ +SET NAMES 'utf8'; DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS; DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS; DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE; diff --git a/sql/ry_20250522.sql b/sql/ry_20250522.sql index 20e38275..7c51882f 100644 --- a/sql/ry_20250522.sql +++ b/sql/ry_20250522.sql @@ -1,3 +1,4 @@ +SET NAMES 'utf8'; -- ---------------------------- -- 1、部门表 -- ----------------------------