Update database config, dont run mysql in strict mode

This commit is contained in:
Daniel Supernault 2018-10-09 19:29:02 -06:00
parent 2202fc416a
commit ad122aa876
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -50,7 +50,7 @@ return [
'charset' => 'utf8mb4', 'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci', 'collation' => 'utf8mb4_unicode_ci',
'prefix' => '', 'prefix' => '',
'strict' => true, 'strict' => false,
'engine' => null, 'engine' => null,
], ],