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
Route id is a foreign key in route_upstream relationship table. Entry in this table should be deleted before the route is deleted.
When a route delete call is made, we could first delete the entries from route_upstream table.
9b1dd9:~ v3$ curl -s -X DELETE https://ingresspipe.io:8443/service/adminservice2/route/db_requests -H "Authorization: Bearer treehugger" | python -m json.tool { "errors": [ { "extensions": { "code": "constraint-violation", "path": "$" }, "message": "Foreign key violation. update or delete on table \"route\" violates foreign key constraint \"route_upstream_route_id_fkey\" on table \"route_upstream\"" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Route id is a foreign key in route_upstream relationship table. Entry in this table should be deleted before the route is deleted.
When a route delete call is made, we could first delete the entries from route_upstream table.
The text was updated successfully, but these errors were encountered: