Commit 88b90c72 authored by vlakoff's avatar vlakoff Committed by Graham Campbell

Add "strict" setting for MySQL connection.

Signed-off-by: 's avatarGraham Campbell <graham@mineuk.com>
parent dc384fe1
......@@ -61,6 +61,7 @@ return [
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
'pgsql' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment