aboutsummaryrefslogtreecommitdiffstats
path: root/library/controllers/index-db-controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/controllers/index-db-controller.js')
-rw-r--r--library/controllers/index-db-controller.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/controllers/index-db-controller.js b/library/controllers/index-db-controller.js
index 8b90db066..4c53e1094 100644
--- a/library/controllers/index-db-controller.js
+++ b/library/controllers/index-db-controller.js
@@ -72,11 +72,7 @@ module.exports = class IndexDbController extends EventEmitter {
}
migrate () {
- // this.migrations
-
// Place holder for future migrations eg:
- this.db.deleteObjectStore('meta')
- this.db.deleteObjectStore('data')
this.db.createObjectStore('dataStore')
}