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

Add db command for listing migrations with their status #213

Open
cllns opened this issue Jul 19, 2024 · 0 comments
Open

Add db command for listing migrations with their status #213

cllns opened this issue Jul 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cllns
Copy link
Member

cllns commented Jul 19, 2024

Similar to rails db:migrate:status. But we'll have to figure out how to display/organize (combine?) any migrations in slices

I'm thinking it could be called hanami db migrations (versus the command to migrate the db which is hanami db migrate). Not specific to a name though, maybe hanami db list_migrations would be better, to keep the commands as verbs. The rest of our commands are all one word though.

We may want to implement this here then eventually move it over to rom-sql.

@cllns cllns added the enhancement New feature or request label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant