Skip to content
New issue

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

Missing ForeignKeys #95

Open
jgribonvald opened this issue Mar 28, 2023 · 0 comments
Open

Missing ForeignKeys #95

jgribonvald opened this issue Mar 28, 2023 · 0 comments

Comments

@jgribonvald
Copy link
Contributor

ForeignKeys are missing.
Such keys permit to keep relations of datas between tables and avoid problems when a data is deleted on one table and that need to remove all other datas linked.

As exemple if we remove a user, this should remove all his linked datas, we can add a on delete cascade to automatically delete linked datas.

An exemple of bug is if we delete a user it's doesn't remove entries on table credential_group_member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant