You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user is referenced, then it cannot be deleted, here the stacktrace:
Call: DELETE FROM users WHERE (ID = ?)
Exceptions
... 97 more
Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "users" violates foreign key constraint "fk_gamemodel_createdby_id" on table "gamemodel"
The text was updated successfully, but these errors were encountered:
If a user is referenced, then it cannot be deleted, here the stacktrace:
Call: DELETE FROM users WHERE (ID = ?)
Exceptions
... 97 more
Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "users" violates foreign key constraint "fk_gamemodel_createdby_id" on table "gamemodel"
The text was updated successfully, but these errors were encountered: