diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-29 13:19:33 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-29 13:19:33 +0100 |
commit | f7160a063d5dedd9525b306534109b96087f1896 (patch) | |
tree | d53dea199a65aaf9ceac8aca75e060444087f963 /storage.h | |
parent | 19c343fc2ea6dbf7eeae3ac7000c5c877ddfec63 (diff) |
Add SQL VACUUM to cleanup
Diffstat (limited to 'storage.h')
-rw-r--r-- | storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |