Skip to content

Commit

Permalink
delete the _doc_id_rev when migrating entries (#9822)
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll authored Jan 12, 2024
1 parent 00c1c8f commit 647af57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/idbworkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ async function migratePouchAsync() {
const existing = await db.getAsync(table, id);

if (!existing) {
delete entry._doc_id_rev
await db.setAsync(table, entry);
}
}
Expand Down

0 comments on commit 647af57

Please sign in to comment.