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

VACUUM command for complete cleaning of local db after logout #308

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

Sgravis
Copy link
Contributor

@Sgravis Sgravis commented Jan 21, 2025

Update the logout command to fully remove the data from the database.
DROP only allow the space to be claimed while VACUUM will rebuilds the database file, removing any dropped data.

@ludwidmer ludwidmer merged commit f25f778 into master Jan 21, 2025
3 checks passed
@ludwidmer ludwidmer deleted the chore/logout_clean_sqlite_data branch January 21, 2025 13:59
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