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

Open
#1,244 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
cli

Research direction

Start by locating the CLI entry points for sequelize db:migrate:undo:all and sequelize db:migrate. Trace how commands are registered and how their arguments are handled. Done means sequelize db:migrate:refresh is available and performs the requested drop-and-recreate migration sequence.

Written by the indexing model from the issue text.

Description

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

Dominant language
JavaScript
Stars
2.6k
Forks
524
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sequelize/cli

All issues in sequelize/cli

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.