Merge pull request #486 from dlnsk/mysql_strict_fix

Fix mysql strict NO_ZERO_DATE
This commit is contained in:
Philippe Trépanier 2016-12-15 10:14:22 -05:00 committed by GitHub
commit 9d60dad222

View File

@ -6,4 +6,4 @@
[mysql]
[mysqld]
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"