Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 491 Bytes

History.md

File metadata and controls

19 lines (11 loc) · 491 Bytes

History

1.1.0

  • Added options to migrate to a particular version grunt sequelize:migrate:VERSION
  • Improved code coverage

1.0.0

  • Changed migrationPath's method on requirement. This will likely result in a change needed in your Gruntfile to something along the lines of __dirname + '/migrations'.

0.2.1

  • Fixed links defined in the package.json file

0.2.0 - Initial Release

  • Added migrating up to the top of available migrations
  • Added sequelizes CLI undo feature