不要怂,就是干,撸起袖子干!

Commit 7fff1a30 by Jahil Khalfe Committed by Sushant

docs(migrations): undo a specific seed (#9528)

1 parent 3eb7afd3
Showing with 6 additions and 0 deletions
...@@ -163,6 +163,12 @@ If you wish to undo most recent seed ...@@ -163,6 +163,12 @@ If you wish to undo most recent seed
node_modules/.bin/sequelize db:seed:undo node_modules/.bin/sequelize db:seed:undo
``` ```
If you wish to undo a specific seed
```bash
node_modules/.bin/sequelize db:seed:undo --seed name-of-seed-as-in-data
```
If you wish to undo all seeds If you wish to undo all seeds
```bash ```bash
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!