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

User deletion from database is not complete #1105

Open
mzhongqi opened this issue Dec 10, 2022 · 1 comment
Open

User deletion from database is not complete #1105

mzhongqi opened this issue Dec 10, 2022 · 1 comment

Comments

@mzhongqi
Copy link

mzhongqi commented Dec 10, 2022

HI! I have found that how the database interacts with deactivated users causes a lot of issues. The database only deletes a deactivated user when the user does not have any links with any bills at the time of deactivation.

If the user has a link with a bill, it will not be deleted from the database. However, if you delete the bill after deactivating the users associated with it, the users will still exist in the database.

@Glandos
Copy link
Member

Glandos commented Jan 8, 2023

We have to check if deactivated users can be deleted upon bill deletion.

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

No branches or pull requests

2 participants