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
I have already (please mark the applicable with an x):
x
Calling DELETE on a pacticipant version resource should delete it.
500 internal server error is returned.
Trigger webhook related to the version, then try to delete it.
ERROR -- : PG::ForeignKeyViolation: ERROR: update or delete on table "pact_publications" violates foreign key constraint "triggered_webhooks_pact_publication_id_fkey" on table "triggered_webhooks"
The text was updated successfully, but these errors were encountered:
77265c3
Please update to the latest version of the Pact Broker.
Sorry, something went wrong.
PS I still recommend using the SQL script to clean up the data - it will be much faster than iterating over the API.
We upgraded to the latest version and the issue has indeed been fixed. Thanks a lot. I'll look into the sql script as well.
No branches or pull requests
Pre issue-raising checklist
I have already (please mark the applicable with an
x
):Software versions
Expected behaviour
Calling DELETE on a pacticipant version resource should delete it.
Actual behaviour
500 internal server error is returned.
Steps to reproduce
Trigger webhook related to the version, then try to delete it.
Relevent log files
ERROR -- : PG::ForeignKeyViolation: ERROR: update or delete on table "pact_publications" violates foreign key constraint "triggered_webhooks_pact_publication_id_fkey" on table "triggered_webhooks"
The text was updated successfully, but these errors were encountered: