nielsgl / sequelize-paper-trail

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

How to capture add and remove associations? #76

Open blanchma opened 5 years ago

blanchma commented 5 years ago

I have a user model with associated models. The user.addModel is not triggering an insert in Revision.

nielsgl commented 5 years ago

Can you try it with version 3.0.0-rc.6 if you're using Sequelize v4 or 3.0.0-rc.7 when using Sequelize v5?