Skip to content

Commit

Permalink
remove incompatible sql mode for MySQL 8.0+ (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: Nehal Hasnayeen <searching.nehal@gmail.com>
  • Loading branch information
nmindz and Hasnayeen authored Apr 17, 2020
1 parent 2474cba commit 96b7117
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
'STRICT_TRANS_TABLES',
'NO_ZERO_IN_DATE',
'NO_ZERO_DATE',
'NO_AUTO_CREATE_USER',
'ERROR_FOR_DIVISION_BY_ZERO',
'NO_ENGINE_SUBSTITUTION',
],
Expand Down

0 comments on commit 96b7117

Please sign in to comment.