codepunkt / mongoose-patch-history

Mongoose plugin that saves a history of JSON patch operations for all documents belonging to a schema in an associated 'patches' collection
MIT License
96 stars 21 forks source link

Patches are not deleted if I use deleteMany({}) #106

Open naustra opened 1 year ago

naustra commented 1 year ago

All in title

vinerich commented 6 months ago

Is this still an issue? Can you provide a reproduction?