https://linear.app/comm/issue/ENG-3997/support-async-migrations-on-native
We want to support async migrations on native, as we do on the web. This diffs moves the createAsyncMigrate function to lib, and extracts web-specific code.
Details
Details
- Reviewers
kamil tomek ashoat - Commits
- rCOMM7c5876caedf3: [web] Move createAsyncMigrate to lib
(tested on firefox)
- Remove firefox from DB_SUPPORTED_BROWSERS, change stateVersion on web from 2 to 1, clear all data for localhost in firefox
- Open the web app, check if indexedDB is empty, create a dummy draft
- Add firefox to supported browsers, bump stateVersion to 2
- Open the app, check if the draft is still there, check if indexedDB has data
- Refresh the app check if the draft is still there
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage