Clarify migrate:rollback command description #53844
Unanswered
D1360-64RC14
asked this question in
Ideas
Replies: 1 comment
-
Sounds reasonable 👍🏻 Feel free to create a PR/a couple PRs for that 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just +1 developer that felt into that "Rollback the last database migration" that, actually, rolls back the previous batch; not the migration.
Reading the command description it's easy to assume it will do a
migrate:rollback --step=1
.Maybe also add a confirmation for these destructive operations, like showing the amount of migrations or which of them will be rolled back.
I know there's a
migrate:rollback --pretend
, but no one will think of it in a local development environment.Beta Was this translation helpful? Give feedback.
All reactions