sequelize-paper-trail
sequelize-paper-trail copied to clipboard
feature request: beforeBulkUpdate and afterBulkUpdate hooks
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)