Relax schema 41 migration

This commit is contained in:
Fedor Indutny 2022-11-08 09:17:21 -08:00 committed by GitHub
parent 9ce8d5e68f
commit a0c03025d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(