1
I need to use Migrations from Sequelize in a Nodejs application that is already in production in Heroku, but I don’t know how to add the scripts in package.json
so that the database migrations are always executed, through the npm script, by Heroku.
Has anyone ever been through it? Do I need to make any special step?