[web-db] migrate entire redux-persist storage to SQLite
Summary:
This code will switch redux-persist storage to this based on encrypted SQLite.
However, to make a gentle switch we need to look to old storage and migrate the data if possible.
Depends on D7667
Test Plan:
- Enable this code
- Check is persisted content is not missing but stored in SQLite
- Data from old storage should be removed.
Reviewers: tomek, michal
Reviewed By: tomek
Subscribers: ashoat, atul
Differential Revision: https://phab.comm.dev/D7668