nielsgl / sequelize-paper-trail

Sequelize plugin for tracking revision history of model instances.
MIT License
95 stars 69 forks source link

feature request: beforeBulkUpdate and afterBulkUpdate hooks #116

Open createthis opened 3 years ago

createthis commented 3 years ago

feature request: beforeBulkUpdate and afterBulkUpdate hooks

Currently, using Sequelize's Model.update() does not leave a paper trail. It should. (using instance.update() works fine today and that should stay the same)