Remove usage of temporary table in migration (#2515)

Temporary tables were causing migration issues under some MySQL
configurations as discussed in #2462.
This commit is contained in:
Zach Wasserman
2021-10-13 16:25:08 -07:00
committed by GitHub
parent 491992c1b5
commit 4d6956b6cb
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
* Fix migration errors under some MySQL configurations due to use of temporary tables.