Update better-sqlite3 to 8.8.0
This commit is contained in:
parent
d767e14878
commit
bb1d957e49
3 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue