Closed dschnare closed 7 years ago
This appears to only affect authentication
generator, specifically the users model.
Thank you! It looks like it has been updated in #216 for normal models but not for the user model so it is an easy fix we can get out with the next release.
When generating a service that uses Sequelize, the models are using the older 3.x way of defining a model.
See: http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html#breaking-changes
I'd still recommend locking down the version of Sequelize to 4.x.