deleting a poll fails "foreign key constraint"
Bug #279473 reported by
Steve McInerney
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
New
|
Undecided
|
Unassigned |
Bug Description
Attempting to complete question: https:/
Manual deletion fails with:
ERROR: update or delete on table "poll" violates foreign key constraint "$1" on table "polloption"
DETAIL: Key (id)=(240) is still referenced from table "polloption".
To post a comment you must log in.
Steve, I could give you the SQL to delete that poll, but I think the real bug here is that we can't delete a poll through the UI: bug 251770