`This schema does not exists` when running ` forest schema:update`

If you use only includedModels and put the right model name it should work, i’ve juste tested now.
Please be sure the name you put in string inside the included array is the one defined on your Sequelize models like below

// the model name here is `user` not `User`
const User = sequelize.define('user', {