Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Releases: spatie/laravel-migrate-fresh

1.5.4

27 Aug 13:43
0949340
Compare
Choose a tag to compare
  • improve support for Sqlsrv

1.5.3

15 Feb 15:10
7f88ac5
Compare
Choose a tag to compare
  • fixes a bug where spatial_ref_sys would not be ignored

1.5.2

06 Feb 14:21
9d47b51
Compare
Choose a tag to compare
  • ignore spatial_ref_sys

1.5.1

23 Aug 16:03
Compare
Choose a tag to compare

don't drop/create :memory: sqlite databases

1.5.0

06 Jul 13:40
Compare
Choose a tag to compare
  • add command options

1.4.5

05 Jul 08:03
Compare
Choose a tag to compare
  • improve command description

1.4.4

03 May 13:34
Compare
Choose a tag to compare
  • use fqcn for facade imports

1.4.3

21 Apr 06:01
Compare
Choose a tag to compare

fully qualify the Schema facade to avoid class name conflicts with un-namespaced classes

1.4.2

13 Apr 14:55
Compare
Choose a tag to compare
  • add support for used_schemas parameter in the Postgres configuration

1.4.1

22 Mar 19:48
Compare
Choose a tag to compare
  • moved table dropper creation code to TableDropperFactory