-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Backend API to delete user account #1661
Comments
@Sujanadh made some great points that in order to facilitate this we will need:
This way we can keep the task event record without actually having to link to an existing user. However, we should first clarify if we need to keep this info, or if we should wipe it and simply show: |
Update to the above! I don't think we should remove the user_id foreign key from task_events, as referential integrity is important and it allows us to easily join tables. Instead we should update the foreign key to use From the postgresql docs: Please give this option a test 👍 |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: