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

This commit is contained in:
Abdullah Atta
2025-05-02 10:52:36 +05:00
committed by Abdullah Atta
parent 2f3a895ddc
commit 1bbc01346b
8 changed files with 52709 additions and 8825 deletions

File diff suppressed because it is too large Load Diff

50646
apps/web/package-lock.json generated

File diff suppressed because it is too large Load Diff

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();