Relax schema 41 migration
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user