Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turn off the transaction around the migration π€¦π»ββοΈ
how did I fail to remember that migrations themselves are fully wrapped in a single transaction. sigh. turns out everything works as expected once the thing that changes every single record in the entire database isn't one giant transaction!
- Loading branch information