Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 7fff1a30
authored
Jun 12, 2018
by
Jahil Khalfe
Committed by
Sushant
Jun 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(migrations): undo a specific seed (#9528)
1 parent
3eb7afd3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
docs/migrations.md
docs/migrations.md
View file @
7fff1a3
...
@@ -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
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment