Heigvd / Wegas

A Web Game Authoring System coded in Java and Javascript for rapid development of serious games without programming skills.
https://wegas.albasim.ch
MIT License
28 stars 15 forks source link

Cannot delete user #1924

Open fsantaniello-heigvd opened 11 months ago

fsantaniello-heigvd commented 11 months ago

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"