Comment 1 for bug 1964800

Revision history for this message
Colin Watson (cjwatson) wrote :

Attempting to delete this crashed with:

Traceback (most recent call last):
  File "/srv/launchpad.net/production/launchpad-rev-81acd06336f3c4be8f28a2213f7a64912593402d/env/lib/python3.5/site-packages/storm/exceptions.py", line 165, in wrap_exceptions
    yield
  File "/srv/launchpad.net/production/launchpad-rev-81acd06336f3c4be8f28a2213f7a64912593402d/env/lib/python3.5/site-packages/storm/database.py", line 187, in wrapper
    return attr(*args, **kwargs)
psycopg2.IntegrityError: update or delete on table "gitrepository" violates foreign key constraint "accesstoken_git_repository_fkey" on table "accesstoken"
DETAIL: Key (id)=(125807) is still referenced from table "accesstoken".