Skip to content

Commit 336516f

Browse files
committed
Do not drop previous tables
1 parent dc6107c commit 336516f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/main/resources/db/migration/V3_5_0__quartz.sql

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77
# org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
88
#
99

10-
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
11-
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
12-
DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE;
13-
DROP TABLE IF EXISTS QRTZ_LOCKS;
14-
DROP TABLE IF EXISTS QRTZ_SIMPLE_TRIGGERS;
15-
DROP TABLE IF EXISTS QRTZ_SIMPROP_TRIGGERS;
16-
DROP TABLE IF EXISTS QRTZ_CRON_TRIGGERS;
17-
DROP TABLE IF EXISTS QRTZ_BLOB_TRIGGERS;
18-
DROP TABLE IF EXISTS QRTZ_TRIGGERS;
19-
DROP TABLE IF EXISTS QRTZ_JOB_DETAILS;
20-
DROP TABLE IF EXISTS QRTZ_CALENDARS;
21-
2210
CREATE TABLE QRTZ_JOB_DETAILS
2311
(
2412
SCHED_NAME VARCHAR(120) NOT NULL,

0 commit comments

Comments
 (0)