summaryrefslogtreecommitdiffhomepage
path: root/storage.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-29 13:19:33 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-29 13:19:33 +0100
commitf7160a063d5dedd9525b306534109b96087f1896 (patch)
treed53dea199a65aaf9ceac8aca75e060444087f963 /storage.h
parent19c343fc2ea6dbf7eeae3ac7000c5c877ddfec63 (diff)
Add SQL VACUUM to cleanup
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h1
1 files changed, 1 insertions, 0 deletions
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;