You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VACUUM command for complete cleaning of local db after logout (#308)
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.
0 commit comments