nielsgl/sequelize-paper-trail

Add a way to track removed records

ksfreitas opened this issue · 3 comments

If a object is destroyed, it's not possible to know when and who did this, assuming paranoid mode is off in sequelize.

Merged and released 🎉

need to update the migration example:

SQLITE_ERROR: table Revisions has no column named operation

we should really add an option to support sequelize-cli and require migrations be written for changes to the table structure.

@nielsgl I've updated the migration example in #57