Commit Graph

10 Commits (bfbeedab5ce1cdbff14f3709e5749bd912ed8aa6)

Author SHA1 Message Date
Daniel Gasienica bfbeedab5c Temporarily disable post-attachment migration migrations
Daniel Gasienica d9be6a0f94 Destructure Lodash `require`s
Daniel Gasienica 1f8556b049 Remove unused `createCollection`
Daniel Gasienica eca930770c Remove hard-coded database connection settings
Daniel Gasienica 457bf7ab9d Add `createCollection` function
Daniel Gasienica da144edc56 Manually close database connection after migration
Daniel Gasienica 106ce21c49 Remove redundant log message
Daniel Gasienica fcd30cd919 Close database after migration
This is not 100% reliable as database connections are closed in a separate
thread according to the documentation:
- https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/close
- https://stackoverflow.com/a/18639298
- 80c7a06d5c/backbone-indexeddb.js (L558-L565)
Daniel Gasienica d7c8d33edb Extract `runMigrations`
Daniel Gasienica d16178638e Split database migrations into pre- and post-attachment migration
- Run light-weight migrations before attachment migration.
- Run regular migrations after attachments have been moved to disk.