update sql/quartz.sql.

Signed-off-by: 西米星 <27813846@qq.com>
This commit is contained in:
西米星 2022-12-03 10:59:38 +00:00 committed by Gitee
parent 3d2f9aa9c6
commit 944489273d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -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;