-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Bug Report for the command "sequelize db:seed:undo:all" #252
Comments
why not submit a PR? |
I have just submitted a PR: #253 |
+1 - bump |
+1 Still broken... |
+1 Still broken |
1 similar comment
+1 Still broken |
+1 Still broken. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello experts,
I have discovered the command "sequelize db:seed:undo:all" always complains the below error, even though there are the db records of the executed seeds.
Loaded configuration file "db/config.js".
Using environment "development".
Using gulpfile ~/usr/lib/node_modules/sequelize-cli/lib/gulpfile.js
Starting 'db:seed:undo:all'...
No seeders found.
And then, I looked into the source codes and observed an incorrect underlying API (from Umzug) is invoked in the 116th line of the JavaScript file "sequelize-cli/lib/tasks/db.js"
},
My question:
When will you fix the bug?
The text was updated successfully, but these errors were encountered: