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
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.
The text was updated successfully, but these errors were encountered:
Similar to
rails db:migrate:status
. But we'll have to figure out how to display/organize (combine?) any migrations in slicesI'm thinking it could be called
hanami db migrations
(versus the command to migrate the db which ishanami db migrate
). Not specific to a name though, maybehanami 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
.The text was updated successfully, but these errors were encountered: