-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change migration batching approach to avoid problematic syntax on MyS…
…QL (#2506) Users have reported compatibility issues with the recent batched update approach used in several migrations, including #2496. MySQL 8.3 does not support LIMIT clauses on multi-table update statements. This PR changes the batching approach used for the two migrations affected by these issues to avoid the problematic syntax.
- Loading branch information
1 parent
c3734da
commit c19c392
Showing
2 changed files
with
19 additions
and
33 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