Skip to content

Commit

Permalink
test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Aug 7, 2024
1 parent 295fb53 commit dfee126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
mysql -h 127.0.0.1 -P 3306 -u rubin -prubin -DTAP_SCHEMA -e "
DELETE FROM columns;
DELETE FROM key_columns;
DELETE FROM keys;
DELETE FROM \`keys\`;
DELETE FROM schemas;
DELETE FROM tables;
"
Expand Down

0 comments on commit dfee126

Please sign in to comment.