Skip to content

Commit

Permalink
feat(cb2-11778): update evl query following database change
Browse files Browse the repository at this point in the history
  • Loading branch information
LGin-BJSS committed Jun 3, 2024
1 parent a4b231a commit 5344110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/infrastructure/databaseService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default class DatabaseService implements DatabaseServiceInterface {
port: dbConnectionDetails.port,
database: process.env.SCHEMA_NAME,
multipleStatements: true,
charset: 'utf8mb4',
});
}

Expand Down

0 comments on commit 5344110

Please sign in to comment.