You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loaded configuration file "config/database.json".
Using environment "development".
Using gulpfile /usr/local/lib/node_modules/sequelize-cli/lib/gulpfile.js
Finished 'db:seed:all' after 77 ms
== 20160602141623-user-seed: migrating =======
== 20160602141623-user-seed: migrated (0.024s)
works fine. But
sequelize db:seed:undo:all
Loaded configuration file "config/database.json".
Using environment "development".
Using gulpfile /usr/local/lib/node_modules/sequelize-cli/lib/gulpfile.js
Finished 'db:seed:undo:all' after 75 ms
No seeders found.
sequelize db:seed:all
works fine. But
sequelize db:seed:undo:all
Here is my
.sequelizerc
:The text was updated successfully, but these errors were encountered: