Releases: orisintel/laravel-migration-snapshot
Releases · orisintel/laravel-migration-snapshot
v3.0.0
v2.0.1: Fix/unnecessary locking (#21)
- Add
--single-transaction
to Mysql data dumps to avoid locking with InnoDB tables
v2.0.0
- Now requires Laravel 7
v1.3.3
- Add
--set-gtid-purged=OFF
when dumping from Mysql to workaround GTID warning
v1.3.2
- Further fix for routines, excluding from
data.sql
since already included inschema.sql
by default
Fix for routines
- Exclude routines when dumping migration rows to avoid duplicates and parsing issue
v1.3.0
Adds support for after-dump
closure in config/migration-snapshot.php
for arbitrary post-dump steps: stripping comments from output file(s), gzipping, copying to include date, check-in copy to SCM, etc.
Support PHP 7.4
Minor tweaks to support PHP 7.4
v1.2.0
v1.1.0
Added the ability to dump data with php artisan migrate:dump --include-data
.