How to perform migrations in Mongodb
Hey everyone I am working on a side project where I am using mongodb nodejs nextjs. I am performing some schema update and my code is breaking up as the objects created before schema update have not been updated or not have a particular field. Can s...
Join discussion