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

[feature req] Add command to drop and (re)create migrations #1244

Open
b1ek opened this issue Feb 3, 2023 · 0 comments
Open

[feature req] Add command to drop and (re)create migrations #1244

b1ek opened this issue Feb 3, 2023 · 0 comments

Comments

@b1ek
Copy link

b1ek commented Feb 3, 2023

I ask to add a command like in Laravel: php artisan migrate:refresh
To do this, you'd have to run sequelize db:migrate:undo:all, then sequelize db:migrate, which is not very convenient and could be shortened to sequelize db:migrate:refresh

I am probably going to open a pull request about it myself when i have time for this, but it would be nice if someone else could do it

@b1ek b1ek changed the title [feature req] Add command to drop and create migrations [feature req] Add command to drop and (re)create migrations Feb 3, 2023
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

No branches or pull requests

1 participant