Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add support for migrate-mongo #85

Merged

Conversation

brebory
Copy link
Collaborator

@brebory brebory commented Aug 15, 2022

These changes add support for migrate-mongo, with the following npm scripts:

db-status - migrate-mongo status - output current migration status
db-up - migrate-mongo up - run pending migrations
db-down - migrate-mongo down - reverse the previously run migration

Closes #34

Copy link
Collaborator

@josephmaxwellhyland josephmaxwellhyland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@josephmaxwellhyland josephmaxwellhyland merged commit a229e59 into develop Aug 15, 2022
@josephmaxwellhyland josephmaxwellhyland deleted the feature/broberto/34-configure-migrate-mongoose branch October 12, 2022 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set up migrate-mongo to allow database migrations
2 participants