Learn how to migrate your local MongoDB database
migrate-mongo
to be able to generate migration scripts.
<name_of_migration>
with the name of your own migration. Remember to use snake case.up
and down
function that are included in the default exports.