Page MenuHomePhabricator

[web-db] migrate drafts to SQLite
ClosedPublic

Authored by kamil on Apr 27 2023, 7:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 26, 4:14 PM
Unknown Object (File)
Thu, Sep 26, 4:14 PM
Unknown Object (File)
Thu, Sep 26, 4:14 PM
Unknown Object (File)
Thu, Sep 26, 4:13 PM
Unknown Object (File)
Thu, Sep 26, 4:10 PM
Unknown Object (File)
Aug 28 2024, 9:22 PM
Unknown Object (File)
Aug 27 2024, 7:23 AM
Unknown Object (File)
Aug 27 2024, 7:23 AM
Subscribers

Details

Summary

Moving drafts from redux-persist to separate table in SQLite.

Depends on D7658

Test Plan
  1. Reload app
  2. Check if migration succeeded
  3. Query database and check drafts content (should equals redux content)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Apr 27 2023, 7:56 AM
This revision is now accepted and ready to land.Apr 28 2023, 4:00 AM
web/root.js
78 ↗(On Diff #25844)

Should we delete this? I guess this is tricky, as that should be conditional.

web/root.js
78 ↗(On Diff #25844)

this is done in D7666

This revision was automatically updated to reflect the committed changes.