mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix vacuum not running on FTS db
This commit is contained in:
parent
c628c38cc4
commit
7938c4667f
@ -79,7 +79,7 @@ class FTS:
|
||||
|
||||
def vacuum(self):
|
||||
conn = self.get_connection()
|
||||
conn.execute('VACUUM')
|
||||
conn.execute('VACUUM fts_db')
|
||||
|
||||
def remove_dirty(self, book_id, fmt):
|
||||
conn = self.get_connection()
|
||||
|
Loading…
x
Reference in New Issue
Block a user