-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve compatibility of removeZeroDates migration
Some MySQL versions (confirmed on 5.7.17) error immediately on any UPDATE that even includes a "zero" date in the WHERE clause. IGNORE is required to make the query execute. (cherry picked from commit d583ac0)
- Loading branch information
1 parent
f227dea
commit ccc5b93
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters