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

Use common prefix for db-migrate commands #189

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Conversation

lorenyu
Copy link
Contributor

@lorenyu lorenyu commented Aug 11, 2023

Ticket

n/a

Changes

see title

Context

It's a worse developer experience that three of the commands related to database migrations don't follow the same prefix as all the rest, makes it impossible to tab-complete and harder to remember. This change renames db-upgrade, db-downgrade, and db-downgrade-all to db-migrate, db-migrade-down, and db-migrate-down-all.

Testing

ran make db-migrate, make db-migrate-down, and make db-migrate-down-all

@lorenyu lorenyu requested review from kylegunby and chouinar August 11, 2023 16:20
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.

2 participants