Relax schema 41 migration
This commit is contained in:
@@ -351,7 +351,7 @@ export default function updateToSchemaVersion41(
|
||||
|
||||
const updateIdentityKey = db.prepare<Query>(
|
||||
`
|
||||
UPDATE identityKeys
|
||||
UPDATE OR REPLACE identityKeys
|
||||
SET
|
||||
id = $newId,
|
||||
json = json_set(
|
||||
|
Reference in New Issue
Block a user