You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix/unnecessary locking (#21)
* fix(MigrateDumpCommand): Only include routines when dumping structure/schema.
* fix(MigrateDumpCommand): Use single transaction to avoid locking.
* chore(MigrateDumpCommand): Single transaction even for migrations table.
fix(MigrateLoadCommand): Parenthesize nested ternary. (#13)
* fix(MigrateLoadCommand): Parenthesize nested ternary.
* maintenance(.travis.yml): Update PHP versions to include 7.4.
* chore(.travis.yml): Changed PHP 7.4 to use a snapshot to work with --prefer-lowest composer.
* Revert "chore(.travis.yml): Changed PHP 7.4 to use a snapshot to work with --prefer-lowest composer."
This reverts commit 62868f8.
* chore(.travis.yml): Comment out prefer-lowest composer matrix entry until it can work with PHP 7.4.