Skip to content

Commit

Permalink
Merge pull request #517 from chrisdennis/issue-508-2.3.x
Browse files Browse the repository at this point in the history
Issue #508 [2.3.x]
  • Loading branch information
chrisdennis committed Oct 23, 2019
2 parents c069965 + 941d184 commit 789afce
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ CREATE TABLE QRTZ_SIMPLE_TRIGGERS (
TIMES_TRIGGERED BIGINT NOT NULL
);

CREATE TABLE qrtz_simprop_triggers
(
CREATE TABLE QRTZ_SIMPROP_TRIGGERS (
SCHED_NAME VARCHAR(120) NOT NULL,
TRIGGER_NAME VARCHAR(200) NOT NULL,
TRIGGER_GROUP VARCHAR(200) NOT NULL,
Expand All @@ -92,7 +91,7 @@ CREATE TABLE qrtz_simprop_triggers
DEC_PROP_1 NUMERIC(13,4) NULL,
DEC_PROP_2 NUMERIC(13,4) NULL,
BOOL_PROP_1 BOOLEAN NULL,
BOOL_PROP_2 BOOLEAN NULL,
BOOL_PROP_2 BOOLEAN NULL
);

CREATE TABLE QRTZ_BLOB_TRIGGERS (
Expand Down

0 comments on commit 789afce

Please sign in to comment.