Configuring sequelize client for migrations, using a .sequelizerc file that looks like this:
const path = require('path');
module.exports = {
'config': path.resolve('migrations/config'),
'migrations-path': path.resolve('migrations'),
'seeders-path': path.resolve('migrations/seeders'),
'models-path': path.resolve('migrations/models')
};
This should work without alerts.
It's throwing warnings

Related to this line in umzug https://github.com/sequelize/umzug/blob/3f7c126bedd81e5572721e00282644112cc2d2a7/src/index.js#L471
Looks like you are not passing config.js and model.js to umzug, but just passing config and models, which does not match the expected pattern.
Dialect: postgres
Sequelize version: v4.38.0
Tested with latest release: Yes
Hello, its been 16 day with this question opened, would you guys consider helping us with some answers?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Hello, its been 16 day with this question opened, would you guys consider helping us with some answers?