Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 12, 2024
1 parent beb90a8 commit e851149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cases/util/DBCreator.hx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ class DBCreator {
}
return db.create();
}).then(_ -> {
#if !nodejs
if ((db is MySqlDatabase)) {
return db.raw("ALTER DATABASE Persons CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;");
}
#end
return null;
}).then(_ -> {
if (createTables) {
Expand Down

0 comments on commit e851149

Please sign in to comment.