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

Allow session deletion #148

Closed
wants to merge 1 commit into from
Closed

Allow session deletion #148

wants to merge 1 commit into from

Conversation

suryabulusu
Copy link
Contributor

Deleting a session also involves

  • Deleting corresponding entry in GroupSession table
  • Deleting corresponding entries in SessionOccurrence table

These are handled outside db-service as of now

@Bahugunajii Bahugunajii self-requested a review February 1, 2024 07:06
Copy link
Member

@Bahugunajii Bahugunajii left a comment

Choose a reason for hiding this comment

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

There might be a case where other table has referenced the session_id which we want to delete. In that case it will always throw a foreign_key_constraint. So let's add a functionality to solve this issue.

@suryabulusu suryabulusu closed this Feb 1, 2024
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