update sql/quartz.sql.
Signed-off-by: 西米星 <27813846@qq.com>
This commit is contained in:
parent
3d2f9aa9c6
commit
944489273d
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue