Is there a way to prevent deletion of objects in a mongoDB collection using a constraint or something else?
Maybe you are thinking: Why he doesn't prevent it in his code? Well I'm having an issue with a conflicting package (GroundDB) in my meteor/mongo app which delete records temporarily when syncing after and offline/online period. I need to dig into the issue but so far I want to workaround the issue. Actually it would be good to completely block deletion in that collection, since the user nor the administrator never requires to purgue that data (It's a kind of permanent log).
Thanks in advance.