Skip to content

Commit

Permalink
Relax schema 41 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny-signal committed Nov 8, 2022
1 parent 9ce8d5e commit a0c0302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/sql/migrations/41-uuid-keys.ts
Expand Up @@ -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(
Expand Down

0 comments on commit a0c0302

Please sign in to comment.