Relax schema 41 migration
This commit is contained in:
parent
9ce8d5e68f
commit
a0c03025d8
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ export default function updateToSchemaVersion41(
|
||||||
|
|
||||||
const updateIdentityKey = db.prepare<Query>(
|
const updateIdentityKey = db.prepare<Query>(
|
||||||
`
|
`
|
||||||
UPDATE identityKeys
|
UPDATE OR REPLACE identityKeys
|
||||||
SET
|
SET
|
||||||
id = $newId,
|
id = $newId,
|
||||||
json = json_set(
|
json = json_set(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue