This repository has been archived by the owner on Sep 13, 2019. It is now read-only.
Releases: spatie/laravel-migrate-fresh
Releases · spatie/laravel-migrate-fresh
1.5.4
1.5.3
- fixes a bug where
spatial_ref_sys
would not be ignored
1.5.2
- ignore
spatial_ref_sys
1.5.1
don't drop/create :memory:
sqlite databases
1.5.0
- add command options
1.4.5
- improve command description
1.4.4
- use fqcn for facade imports
1.4.3
fully qualify the Schema facade to avoid class name conflicts with un-namespaced classes
1.4.2
- add support for
used_schemas
parameter in the Postgres configuration
1.4.1
- moved table dropper creation code to
TableDropperFactory