Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2192 from matrix-org/dbkr/remove_migration_code
Browse files Browse the repository at this point in the history
Remove old migration code
  • Loading branch information
dbkr authored Oct 3, 2018
2 parents 2f35ede + 1ec0f04 commit 1189b75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/utils/createMatrixClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ export default function createMatrixClient(opts) {
}

if (indexedDB && localStorage) {
// FIXME: bodge to remove old database. Remove this after a few weeks.
indexedDB.deleteDatabase("matrix-js-sdk:default");

storeOpts.store = new Matrix.IndexedDBStore({
indexedDB: indexedDB,
dbName: "riot-web-sync",
Expand Down

0 comments on commit 1189b75

Please sign in to comment.