|
|
@ -5364,6 +5364,18 @@ DROP TABLE IF EXISTS QRTZ_TRIGGERS;
|
|
|
|
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
|
|
|
|
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
|
|
|
|
DROP TABLE IF EXISTS QRTZ_CALENDARS;
|
|
|
|
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
|
|
|
|
CREATE TABLE QRTZ_JOB_DETAILS
|
|
|
|
(
|
|
|
|
(
|
|
|
|