Reenable FTS optimization
This commit is contained in:
parent
372d9c2198
commit
b6ed789197
10 changed files with 195 additions and 8 deletions
|
@ -17,12 +17,8 @@ export function updateToSchemaVersion930(
|
|||
}
|
||||
|
||||
db.transaction(() => {
|
||||
db.exec(`
|
||||
INSERT INTO messages_fts
|
||||
(messages_fts, rank)
|
||||
VALUES
|
||||
('secure-delete', 1);
|
||||
`);
|
||||
// This was a migration that enabled 'secure-delete' in FTS
|
||||
|
||||
db.pragma('user_version = 930');
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue