Add a way to track removed records
ksfreitas opened this issue · 3 comments
ksfreitas commented
If a object is destroyed, it's not possible to know when and who did this, assuming paranoid
mode is off in sequelize.
nielsgl commented
Merged and released 🎉
createthis commented
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.
createthis commented