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
I currently have a single seed in my database that runs perfectly when I run $ sequelize db:seed:all but fails to roll back with the below error when I run sequelize db:seed:undo:all.
I currently have a single seed in my database that runs perfectly when I run
$ sequelize db:seed:all
but fails to roll back with the below error when I runsequelize db:seed:undo:all
.seed file
config
The text was updated successfully, but these errors were encountered: