Skip to content

Commit

Permalink
update quartz sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Apr 7, 2024
1 parent a2c5ba9 commit 5e9b9d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions QuartzNetDocker/tables_mysql_innodb.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# By: Ron Cordell - roncordell
# I didn't see this anywhere, so I thought I'd post it here. This is the script from Quartz to create the tables in a MySQL database, modified to use INNODB instead of MYISAM.

DROP DATABASE IF EXISTS quartz;
CREATE DATABASE quarz;

USE quartz;

DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
Expand Down

0 comments on commit 5e9b9d9

Please sign in to comment.