Masquerade-Circus / mongoose-history-plugin

Mongoose plugin that saves history in JsonPatch format and SemVer format.
Apache License 2.0
47 stars 25 forks source link

Deleting history when deleting document #11

Closed stefanwalther closed 5 years ago

stefanwalther commented 5 years ago

Hi, great plugin!

How do you think about providing an option that the history of documents are automatically deleted when a document is deleted?

stefanwalther commented 5 years ago

Forget it ;-)

I realize, that this is already implemented.