Skip to content

Commit

Permalink
I shouldnt work at 6am when i havent slept that night
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed Apr 7, 2024
1 parent 5e9b9d9 commit 3dcb576
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions QuartzNetDocker/tables_mysql_innodb.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# 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 3dcb576

Please sign in to comment.