Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed error rolling back the "remove empty strings" migration
no issue - rollbacks have switched to using transactions but the migration code was copied from an old migration coded before that switch - `down()` is no longer called with an object that contains a `connection` key, it has `transacting` instead
- Loading branch information