Page MenuHomePhabricator

[native/web] introduce migration to move local message info to sqlite
ClosedPublic

Authored by ginsu on Sun, Jun 9, 11:02 PM.
Tags
None
Referenced Files
F2107058: D12370.id41246.diff
Tue, Jun 25, 9:24 AM
Unknown Object (File)
Sun, Jun 23, 11:06 AM
Unknown Object (File)
Sat, Jun 22, 3:59 AM
Unknown Object (File)
Sat, Jun 22, 3:31 AM
Unknown Object (File)
Fri, Jun 21, 6:44 AM
Unknown Object (File)
Fri, Jun 21, 5:51 AM
Unknown Object (File)
Fri, Jun 21, 5:51 AM
Unknown Object (File)
Fri, Jun 21, 5:51 AM
Subscribers

Details

Summary

This migration moves + saves any existing local message infos into sqlite

Depends on D12358

Test Plan

Created some failed sent local messages, ran migrations and confirmed that the there are db rows in the local message client db for each failed message. Double checked in redux dev tools that the migrations ran successfully and additionally assertMessageStoreLocalMessageInfosAreEqual (which gets introduced in the next diff in this stack) does not throw errors whenever I open the app

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu retitled this revision from [native/web] introduce migration to move local message info to sqlite to DRAFT [native/web] introduce migration to move local message info to sqlite.Sun, Jun 9, 11:09 PM
ginsu edited the summary of this revision. (Show Details)
ginsu added a subscriber: will.
ginsu requested review of this revision.Sun, Jun 9, 11:19 PM
ginsu retitled this revision from DRAFT [native/web] introduce migration to move local message info to sqlite to [native/web] introduce migration to move local message info to sqlite.Tue, Jun 11, 10:40 PM
ginsu edited the summary of this revision. (Show Details)
ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: kamil, will.
ginsu edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Wed, Jun 12, 4:11 AM