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

Commit a056b5aa by ydamani Committed by Sushant

docs(migrations): incorrect seed undo command (#8419)

1 parent ea8e6316
Showing with 1 additions and 1 deletions
......@@ -166,7 +166,7 @@ node_modules/.bin/sequelize db:seed:undo
If you wish to undo all seeds
```bash
node_modules/.bin/sequelize db:migrate:undo:all
node_modules/.bin/sequelize db:seed:undo:all
```
## Advance Topics
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!