server
server copied to clipboard
Configure local Mysql container the same way servers are configured
Description
As a an alkemio developer I want a consistent infrastructure
Acceptance criteria
- [ ]
SELECT @@sql_mode;
returns the same values in all the environments, including localhost
Additional Context
It turned out that local Mysql server is not configured with the parameter ONLY_FULL_GROUP_BY
and typeorm caused an error that we couldn't detect until it was deployed to a server: See #4194
Areas that will be affected
To be added during the refinement