Skip to content

Releases: actionhero/ah-sequelize-plugin

v0.7.1

13 Jul 07:19
Compare
Choose a tag to compare

npm install without actionhero generate being run yet would throw an error.

config directory will now be created if it doesn't exist.

v0.7.0

03 Jun 03:05
Compare
Choose a tag to compare

Using Umzug for migrations now.

Migration files do not need to return a done callback anymore - a Promise is expected to be returned instead.

Umzug changed the styoe of the meta-migration table - please use sequelize-cli's db:migrate:old_schema to migrate.