Skip to content

Releases: RFreij/laravel-synchronize

Check if synchronizations table exists

23 Apr 06:12
5ae3b49
Compare
Choose a tag to compare
Merge pull request #11 from bsbip/master

Check if synchronizations table exists

[FIX] Filter synchronizations for rollback and make filename consistent with class name

15 Apr 13:10
21cbf35
Compare
Choose a tag to compare

[FIX] Filter synchronizations for rollback and make filename consistent with class name

Handle synchronizations based on migration events

15 Apr 11:56
a8d5c88
Compare
Choose a tag to compare

This version introduces breaking changes:

Synchronizations now require an up and down method. Migrations which already have been run should be safe.

Synchronizations which should run when migrations run need to have the same file name, synchronizations should have the suffix Synchronization (will be added automatically)

Add --class and --force options

08 Mar 18:44
9db4fb2
Compare
Choose a tag to compare

For more information, see #5

Minor bug fixes

29 May 13:20
327299e
Compare
Choose a tag to compare

Fixes wrongly parsed file name when there's an underscore in base path

First release

18 Feb 20:38
Compare
Choose a tag to compare

This is the first release ready for production, please if anything occurs feel free to shoot in an issue.