We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Model.upsert
where
Reference: https://sequelize.org/api/v6/class/src/model.js~model
The where option is not available for the upsert method, in sequelize v6.
sequelize v6
Suggested fix: remove the where option and review the params.
The text was updated successfully, but these errors were encountered:
Related to edges updates. Necessity of this tasks depends on the new pathfinder service.
Sorry, something went wrong.
@llunaCreixent @louilinn we can close this ticket right?
If we are going to keep using the pathfinder CLI, we would still need it
No branches or pull requests
Reference: https://sequelize.org/api/v6/class/src/model.js~model
The
where
option is not available for the upsert method, insequelize v6
.Suggested fix: remove the
where
option and review the params.The text was updated successfully, but these errors were encountered: