nielsgl / sequelize-paper-trail

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

Exclude attributes per entity #108

Open nnmer opened 3 years ago

nnmer commented 3 years ago

Is there a way to exclude attributes per entity? From what I see in the current 3.0.1 version - no, but maybe overlooked... ?!

siax84 commented 3 years ago

Was wondering the same. Apparently passing the options into hasPaperTrail() per model has no effect...