56dcf45 Clean up the sqlite DB used for stats

Authored and Committed by Michael Scherer 3 years ago
    Clean up the sqlite DB used for stats
    
    This seems to fill sundries, likely because sqlite never free the space
    unless when a VACUUM command is issued, and that's not done by default
    on EL 7. See https://www.sqlite.org/lang_vacuum.html
    
        
file modified
+1 -1