-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update the deletedAt Column when a user requests to be deleted #531
Comments
Hello, I would like to pick this up once #530 is merged :) |
Thank you @ckirby19 you have been assigned this issue! Support Chayn's mission? ⭐ Please star this repo to help us find more contributors like you! |
@ckirby19 ready to go if you are still interested |
Apologies, I will have a chance to pick this up over the weekend! |
No rush! Just flagging that this is now unblocked 😄 |
Hello, I was not able to test this properly locally as I wanted to, as I could not get the new database dump to work, with the error |
Hi @ckirby19, was this error thrown by pgAdmin or a command line tool? Never seen this error before. But this may be an issue with our dump file that needs updated to exclude permission tags. If you follow directions exactly as they are in the Wiki guide (linked in README) it should work regardless. |
Hello, this PR was merged, is there anything else needed for this? I would have to check again about the error I saw above. I followed the readme but the error above was what I got |
My bad forgot to mark as closed! |
Overview
When a user requests to be deleted they hit the deleteUser method in the user service. This method soft deletes the user and sets them to inactive. We want to record the date in the new
user.deletedAt
column. The ticket is dependent on #530Action Items
The text was updated successfully, but these errors were encountered: