You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #149, the question came up as to how to modify existing database records through a pull request. It can happen (although hopefully not too frequently) that existing records need to be modified for a new feature, or just a refactor of an existing feature, to work properly.
I've never done a database migration with Mongo before, but a tool like mongo-migrate might be good for this. Does anyone have thoughts on the best way to handle cases like this?
The text was updated successfully, but these errors were encountered:
In #149, the question came up as to how to modify existing database records through a pull request. It can happen (although hopefully not too frequently) that existing records need to be modified for a new feature, or just a refactor of an existing feature, to work properly.
I've never done a database migration with Mongo before, but a tool like mongo-migrate might be good for this. Does anyone have thoughts on the best way to handle cases like this?
The text was updated successfully, but these errors were encountered: