Bump @signalapp/sqlcipher to 2.0.0

Co-authored-by: Fedor Indutny <indutny@signal.org>
This commit is contained in:
Jamie Kyle
2025-04-03 13:22:55 -07:00
committed by GitHub
parent 811a4c98da
commit 28f4157a2e
5 changed files with 12 additions and 7 deletions

View File

@@ -751,6 +751,8 @@ function openAndSetUpSQLCipher(filePath: string, { key }: { key: string }) {
);
}
db.initTokenizer();
return db;
}