Skip to content

Commit

Permalink
cb2-11778: upgrade mysql 2 (#84)
Browse files Browse the repository at this point in the history
* feat(cb2-11778): add explicit charset to mysql connection

* feat(cb2-11778): additional lint change
  • Loading branch information
LGin-BJSS authored May 23, 2024
1 parent 4381881 commit d6e46f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/infrastructure/databaseService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default class DatabaseService implements DatabaseServiceInterface {
port: dbConnectionDetails.port,
database: process.env.SCHEMA_NAME,
multipleStatements: true,
charset: 'utf8mb4',
});
}

Expand Down

0 comments on commit d6e46f5

Please sign in to comment.