From f7160a063d5dedd9525b306534109b96087f1896 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 29 Jan 2023 13:19:33 +0100 Subject: Add SQL VACUUM to cleanup --- storage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'storage.h') diff --git a/storage.h b/storage.h index 34144ee..fe8d060 100644 --- a/storage.h +++ b/storage.h @@ -41,6 +41,7 @@ private: CompiledSQL m_stmt_create; CompiledSQL m_stmt_getNumberOfDocuments; CompiledSQL m_stmt_cleanup; + CompiledSQL m_stmt_vacuum; CompiledSQL m_stmt_exists; CompiledSQL m_stmt_getDocument; CompiledSQL m_stmt_getRevision; -- cgit v1.2.3