mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Reenable FTS optimization
This commit is contained in:
committed by
Fedor Indutnyy
parent
372d9c2198
commit
b6ed789197
@@ -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');
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user