mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 09:12:34 -04:00
Fix vaccuming of notesdb broken
This commit is contained in:
@@ -1409,7 +1409,7 @@ class DB:
|
||||
if self.fts_enabled and include_fts_db:
|
||||
self.fts.vacuum()
|
||||
if include_notes_db:
|
||||
self.notes.vacuum()
|
||||
self.notes.vacuum(self.conn)
|
||||
|
||||
@property
|
||||
def user_version(self):
|
||||
|
||||
Reference in New Issue
Block a user