-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary, and possibly incorrect query from email update
When updating an email the comments pretty clearly say to update bulkmail if it is 1 but the current if clause picks up anything other than 'null' - which is invalid for a boolean field. This creates an additional query which has some locking risk being in a high volume place. In addition it seems like it could be a bug in some cases
- Loading branch information
1 parent
ee3bab5
commit 2ffdaed
Showing
3 changed files
with
106 additions
and
53 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
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
Oops, something went wrong.