core: update sqlite-better-trigram to v0.0.3

This commit is contained in:
Abdullah Atta
2025-05-02 10:52:36 +05:00
parent efc4f3566a
commit 1cc0cf19c8
8 changed files with 4671 additions and 6224 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -26561,7 +26561,7 @@
"qclone": "^1.2.0",
"rfdc": "^1.3.0",
"spark-md5": "^3.0.2",
"sqlite-better-trigram": "0.0.2"
"sqlite-better-trigram": "0.0.3"
},
"devDependencies": {
"@notesnook/crypto": "file:../crypto",
@@ -43186,7 +43186,6 @@
"@lingui/core": "5.1.2",
"@notesnook/intl": "file:../../packages/intl",
"@notesnook/ui": "file:../../packages/ui",
"@resvg/resvg-js": "^2.6.2",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"better-sqlite3-multiple-ciphers": "11.9.1",
@@ -44053,6 +44052,10 @@
"resolved": "../../packages/intl",
"link": true
},
"../desktop/node_modules/@notesnook/ui": {
"resolved": "../../packages/ui",
"link": true
},
"../desktop/node_modules/@npmcli/fs": {
"version": "2.1.2",
"dev": true,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -86,9 +86,9 @@
"qclone": "^1.2.0",
"rfdc": "^1.3.0",
"spark-md5": "^3.0.2",
"sqlite-better-trigram": "0.0.2"
"sqlite-better-trigram": "0.0.3"
},
"overrides": {
"htmlparser2": "^8.0.1"
}
}
}

View File

@@ -358,6 +358,9 @@ export class NNMigrationProvider implements MigrationProvider {
}
},
"7": {
async up() {}
},
"8": {
async up(db) {
await db.transaction().execute(async (tx) => {
await tx.schema.dropTable("content_fts").execute();