-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Specify specific migration in db:migrate:undo #350
Comments
+1 |
|
Add ARMv8 support for release script
@patil-gaurav but this one just revert the last migration and it's not gonna any effect to the specific migration. |
Thanks you so much @patil-gaurav |
Umzug provides options for specifying which migration to
down
: https://github.com/sequelize/umzug#reverting-executed-migrationI'd like to be able to specify, at least, the name of the migration I'd like to
undo
.I imagine a feature like this might be useful for
up
, as well.Any support for adding such a feature?
The text was updated successfully, but these errors were encountered: