Skip to content

Commit

Permalink
Merge pull request #114 from OliverTaggart/otaggart-update-qrtz-fired…
Browse files Browse the repository at this point in the history
…-triggers-schema

Add missing sched_time field to qrtz_fired_triggers schema
  • Loading branch information
tmccombs authored Sep 6, 2024
2 parents d8d7e50 + a50d11d commit 2e4281e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/src/main/resources/quartz_mysql_0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ CREATE TABLE QRTZ_FIRED_TRIGGERS
TRIGGER_GROUP VARCHAR(100) NOT NULL,
INSTANCE_NAME VARCHAR(200) NOT NULL,
FIRED_TIME BIGINT(13) NOT NULL,
SCHED_TIME BIGINT(13) NOT NULL,
PRIORITY INTEGER NOT NULL,
STATE VARCHAR(16) NOT NULL,
JOB_NAME VARCHAR(100) NULL,
Expand Down

0 comments on commit 2e4281e

Please sign in to comment.