Skip to content

Releases: orisintel/laravel-migration-snapshot

v3.0.0

12 Nov 04:04
5e66062
Compare
Choose a tag to compare

Laravel 8 Support

v2.0.1: Fix/unnecessary locking (#21)

16 Jul 18:18
59e90bf
Compare
Choose a tag to compare
  • Add --single-transaction to Mysql data dumps to avoid locking with InnoDB tables

v2.0.0

16 Apr 03:28
a5f3cb4
Compare
Choose a tag to compare
  • Now requires Laravel 7

v1.3.3

10 Mar 18:53
a72262a
Compare
Choose a tag to compare
  • Add --set-gtid-purged=OFF when dumping from Mysql to workaround GTID warning

v1.3.2

31 Jan 22:09
6d346e5
Compare
Choose a tag to compare
  • Further fix for routines, excluding from data.sql since already included in schema.sql by default

Fix for routines

31 Jan 18:18
dbbd3f5
Compare
Choose a tag to compare
  • Exclude routines when dumping migration rows to avoid duplicates and parsing issue

v1.3.0

09 Dec 17:35
e61cd5b
Compare
Choose a tag to compare

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

04 Dec 15:48
47aeadd
Compare
Choose a tag to compare

Minor tweaks to support PHP 7.4

v1.2.0

29 Oct 17:02
3443d64
Compare
Choose a tag to compare

Updates to allow Laravel 6.x

v1.1.0

27 Sep 17:28
a7d019f
Compare
Choose a tag to compare

Added the ability to dump data with php artisan migrate:dump --include-data.