mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
core: update sqlite-better-trigram to v0.0.3
This commit is contained in:
committed by
Abdullah Atta
parent
2f3a895ddc
commit
1bbc01346b
3351
apps/desktop/package-lock.json
generated
3351
apps/desktop/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
50646
apps/web/package-lock.json
generated
50646
apps/web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
5505
packages/common/package-lock.json
generated
5505
packages/common/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
2025
packages/core/package-lock.json
generated
2025
packages/core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user