Update better-sqlite3 to 8.8.0

This commit is contained in:
Fedor Indutny
2024-08-21 08:27:06 -07:00
committed by GitHub
parent d767e14878
commit bb1d957e49
3 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ export default function updateToSchemaVersion90(
storyId index */
AND storyId > '0'
AND json->'storyReplyContext.attachment.screenshotData' IS NOT NULL;
AND json->'$.storyReplyContext.attachment.screenshotData' IS NOT NULL;
`;
const info = db.prepare(updateQuery).run(updateParams);