Skip to content

Commit

Permalink
fix: add missing table entry to db upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 16, 2024
1 parent 405f04b commit 82013e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/systems/Core/utils/databaseVersioning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ export const applyDbVersioning = (db: Dexie) => {
accounts: '&address, &name',
networks: '&id, &url, &name, chainId',
connections: 'origin',
transactionsCursors: '++id, address, size, providerUrl, endCursor',
assets: '&name, &symbol',
assetsTemp: null,
abis: '&contractId',
errors: '&id',
})
Expand Down

0 comments on commit 82013e3

Please sign in to comment.