1.15.0 - 2017-01-12
Added
Changed
- Added missing import of the
Schema
facade on migration stubs - A default plain migration will be used if the name was not matched against a predefined structure (create, add, delete and drop)
- Add tests for all the different migration structures above
- Fix: respecting order in reverse migrations (PR #98)
- Fix:
module:reset
andmodule:migrate-rollback
didn't have--database
option (PR #88) - Fix:
Module::asset()
, removed obsolete backslash. (PR #91)