Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upchore(server): Update to sequelize 4 #2750
Conversation
| }); | ||
| }); | ||
| beforeBulkCreate(users, fields) { | ||
| return sequelize.Promise.map(users, user => user.updatePassword()); |
| * @api public | ||
| */ | ||
| User.prototype.updatePassword = function() { | ||
| var user = this; |
Update sequelize to v4 and fix the user model to work with this. Part of #2691
1a3ba73
into
angular-fullstack:master
Update sequelize to v4 and fix the user model to work with this.
Part of #2691
generator-angular-fullstack$ npm test)