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

fixes remove user cascading on groups/subjects/... #250

Merged
merged 2 commits into from
May 23, 2024

Conversation

miboelae
Copy link
Contributor

No description provided.

Comment on lines +10 to +11
Column("uid", ForeignKey("website_user.uid", ondelete="CASCADE"), primary_key=True),
Column("subject_id", ForeignKey("subject.id", ondelete="CASCADE"), primary_key=True),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is deze cascade nodig als je de gebruiker overal verwijdert voor de gebruiker zelf te verwijderen?

@reyniersbram reyniersbram merged commit 557414e into dev May 23, 2024
4 checks passed
@reyniersbram reyniersbram deleted the fixes_remove_user branch May 23, 2024 14:10
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

Successfully merging this pull request may close these issues.

2 participants