Releases: actionhero/ah-sequelize-plugin
Releases · actionhero/ah-sequelize-plugin
v0.7.1
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
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.