mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix vaccuming of notesdb broken
This commit is contained in:
parent
deb332cd71
commit
1ca9ef022f
@ -1409,7 +1409,7 @@ class DB:
|
|||||||
if self.fts_enabled and include_fts_db:
|
if self.fts_enabled and include_fts_db:
|
||||||
self.fts.vacuum()
|
self.fts.vacuum()
|
||||||
if include_notes_db:
|
if include_notes_db:
|
||||||
self.notes.vacuum()
|
self.notes.vacuum(self.conn)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def user_version(self):
|
def user_version(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user